mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Fix coding styles
This commit is contained in:
parent
d9939f5c3a
commit
007d79dd03
1 changed files with 2 additions and 8 deletions
|
@ -7,10 +7,7 @@
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1px;
|
inset: -1px if($with-separators, -1px, 0) -1px 0;
|
||||||
left: 0;
|
|
||||||
bottom: -1px;
|
|
||||||
right: if($with-separators, -1px, 0);
|
|
||||||
background: var(--table-border-color);
|
background: var(--table-border-color);
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
}
|
}
|
||||||
|
@ -22,10 +19,7 @@
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
inset: 0 0 0 if($with-separators, 1px, 0);
|
||||||
left: if($with-separators, 1px, 0);
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue