mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 11:52:44 +00:00
Shift to LESS nested styling
This commit is contained in:
@@ -474,23 +474,22 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
letter-spacing: .08em;
|
letter-spacing: .08em;
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.homebreweryIcon {
|
||||||
|
margin: 10px auto;
|
||||||
|
display: block;
|
||||||
|
height: 75px;
|
||||||
|
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
||||||
|
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
.homebreweryIcon.gold {
|
||||||
|
background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.page .homebreweryCredits a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.page .homebreweryCredits a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
.page .homebreweryCredits .homebreweryIcon {
|
|
||||||
margin: 10px auto;
|
|
||||||
display: block;
|
|
||||||
height: 75px;
|
|
||||||
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
|
||||||
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
.page .homebreweryCredits .homebreweryIcon.gold {
|
|
||||||
background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%);
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user