finalization
This commit is contained in:
parent
8fcda1a3d0
commit
4fc28d4906
16 changed files with 174 additions and 177 deletions
|
|
@ -77,9 +77,9 @@ section {
|
|||
flex: 1 1 100%;
|
||||
padding: 20px;
|
||||
background-color: _palette(bg);
|
||||
-webkit-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1);
|
||||
box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
|
||||
-moz-box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
|
||||
box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue