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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user