mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +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 {
|
||||
background: $state-info-bg !important;
|
||||
height: 25px !important;
|
||||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-top: 5px !important;
|
||||
padding: 5px 10px 0px 10px !important;
|
||||
|
||||
.restore-draft-btn {
|
||||
border: 1px solid $color-silver-chalice;
|
||||
|
|
Loading…
Reference in a new issue