0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 18:42:40 +00:00

Shift to LESS nested styling

This commit is contained in:
G.Ambatte
2023-10-01 21:09:32 +13:00
parent cc3a42402a
commit 3628ca837a

View File

@@ -474,23 +474,22 @@ body {
text-align: center;
text-indent: 0;
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%);
}