0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 02:32:37 +00:00

Initial UI functionality for most Lock functions

This commit is contained in:
G.Ambatte
2024-05-11 23:58:37 +12:00
parent 1fe2a26e83
commit e7dc757293
5 changed files with 240 additions and 12 deletions

View File

@@ -40,5 +40,23 @@ body{
margin : 30px 0px;
}
.tabs {
border-bottom: 1px solid black;
}
button.tab {
margin: 2px 2px 0px;
border-width: 1px 1px 0px;
border-style: solid;
border-color: black;
border-radius: 5px 5px 0px 0px;
color: black;
background-color: transparent;
&.active {
background-color: #000000a0;
color: white;
text-decoration: underline;
}
}
}