mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 23:48:03 +08:00
Add css variable
This commit is contained in:
parent
d57eb68f93
commit
634dd2ae5e
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: $border-radius-default;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: $border-radius-default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue