mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
CSS code standards cleanup
This commit is contained in:
parent
c7fcdb625f
commit
aa982c2d31
@ -52,7 +52,7 @@
|
||||
left:0;
|
||||
bottom:0;
|
||||
z-index: 700;
|
||||
background: #FFFFFF;
|
||||
background: #fff;
|
||||
box-shadow: $lightbrown 1px 0 0;
|
||||
@include breakpoint($tablet) {
|
||||
width:100%;
|
||||
@ -162,7 +162,7 @@
|
||||
right:0;
|
||||
left:20%;
|
||||
bottom:0;
|
||||
background: #FFFFFF;
|
||||
background: #fff;
|
||||
|
||||
@include breakpoint($tablet) {
|
||||
display: none;
|
||||
|
@ -1155,7 +1155,6 @@ main {
|
||||
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
|
||||
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ffffff',GradientType=0 );
|
||||
|
||||
button, .button {
|
||||
display:inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user