finalization
This commit is contained in:
parent
8fcda1a3d0
commit
4fc28d4906
16 changed files with 174 additions and 177 deletions
|
|
@ -226,9 +226,9 @@ a[id^="btn"]::-moz-focus-inner {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: _palette(bg);
|
||||
-webkit-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
|
||||
-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, a, p {
|
||||
text-align: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue