mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed paddings
This commit is contained in:
parent
650e62cfa1
commit
e1991453a1
3 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,6 @@
|
|||
width: 100%;
|
||||
transition: height 0.25s;
|
||||
border-radius: $radius;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.is_loading {
|
||||
.placeholder {
|
||||
|
@ -25,7 +24,7 @@
|
|||
user-select: none;
|
||||
will-change: transform, height;
|
||||
transition: height 500ms, transform 500ms;
|
||||
padding: 10px 0;
|
||||
padding: 0 0 20px 0;
|
||||
|
||||
&:active {
|
||||
transition: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue