Linter fixes
This commit is contained in:
parent
2aa553c6d5
commit
5333680a32
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -173,11 +173,11 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overlow: hidden;
|
overlow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
background: hsl( var(--brand-color_h), var(--brand-color_s), 20% );
|
background: hsl(var(--brand-color_h), var(--brand-color_s), 20%);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
color: white;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
@ -260,7 +260,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: -49px;
|
top: -49px;
|
||||||
|
|
||||||
@media screen and (max-width: $nav-breakpoint-2) {
|
@media screen and (max-width: $nav-breakpoint-2) {
|
||||||
top: -35px;
|
top: -35px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in a new issue