mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #3952 from PaulAdamDavis/fix-what-libsass-broke
Fix floating header gradient in FF and settings images
This commit is contained in:
commit
36d08f26de
@ -145,6 +145,7 @@
|
||||
.settings-general img {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
@ -45,7 +45,7 @@
|
||||
text-transform: uppercase;
|
||||
color: $brown;
|
||||
//Transparent gradient to make bg fade out as it goes out the top.
|
||||
background: linear-gradient(top, white 0%, white 25%, rgba(255,255,255,0.9) 100%);
|
||||
background: linear-gradient(to bottom, white 0%, white 25%, rgba(255,255,255,0.9) 100%);
|
||||
|
||||
// button,
|
||||
.button {
|
||||
|
@ -218,6 +218,7 @@ button {
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user