mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Shorten padding format in scss
This commit is contained in:
parent
070c307721
commit
096228abbb
1 changed files with 1 additions and 3 deletions
|
@ -82,9 +82,7 @@
|
||||||
.restore-draft-notification {
|
.restore-draft-notification {
|
||||||
background: $state-info-bg !important;
|
background: $state-info-bg !important;
|
||||||
height: 25px !important;
|
height: 25px !important;
|
||||||
padding-left: 10px !important;
|
padding: 5px 10px 0px 10px !important;
|
||||||
padding-right: 10px !important;
|
|
||||||
padding-top: 5px !important;
|
|
||||||
|
|
||||||
.restore-draft-btn {
|
.restore-draft-btn {
|
||||||
border: 1px solid $color-silver-chalice;
|
border: 1px solid $color-silver-chalice;
|
||||||
|
|
Loading…
Add table
Reference in a new issue