mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 03:12:40 +00:00
25 lines
472 B
Plaintext
25 lines
472 B
Plaintext
.lockTools {
|
|
.lockBrew label {
|
|
width: 50%;
|
|
display: inline-block;
|
|
text-align: right;
|
|
line-height: 1.5em;
|
|
input {
|
|
float: right;
|
|
width: 70%;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.lockTable{
|
|
td{
|
|
border: 1px solid #333333;
|
|
padding: 4px 10px;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
} |