0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 21:02:49 +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,15 +474,14 @@ body {
text-align: center; text-align: center;
text-indent: 0; text-indent: 0;
letter-spacing: .08em; letter-spacing: .08em;
} a {
.page .homebreweryCredits a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} }
.page .homebreweryCredits a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
.page .homebreweryCredits .homebreweryIcon { .homebreweryIcon {
margin: 10px auto; margin: 10px auto;
display: block; display: block;
height: 75px; height: 75px;
@@ -490,7 +489,7 @@ body {
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; -webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
background-color: red; background-color: red;
} }
.page .homebreweryCredits .homebreweryIcon.gold { .homebreweryIcon.gold {
background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%); background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%);
} }
}