finalization
This commit is contained in:
parent
8fcda1a3d0
commit
4fc28d4906
16 changed files with 174 additions and 177 deletions
|
|
@ -23,9 +23,9 @@
|
|||
-webkit-transition: all 400ms ease-in;
|
||||
-moz-transition: all 400ms ease-in;
|
||||
transition: all 400ms ease-in;
|
||||
-webkit-box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15);
|
||||
-moz-box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15);
|
||||
box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15);
|
||||
-webkit-box-shadow: 0px 3px 29px 0px _palette(border-alt);
|
||||
-moz-box-shadow: 0px 3px 29px 0px _palette(border-alt);
|
||||
box-shadow: 0px 3px 29px 0px _palette(border-alt);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue