mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 22:22:42 +00:00
30 lines
388 B
Plaintext
30 lines
388 B
Plaintext
.editPage{
|
|
|
|
.navItem.save{
|
|
width : 75px;
|
|
text-align: center;
|
|
&.saved{
|
|
color : #666;
|
|
cursor : initial;
|
|
}
|
|
|
|
&.error{
|
|
position: relative;
|
|
background-color: @red;
|
|
|
|
.errorContainer{
|
|
position: absolute;
|
|
top: 29px;
|
|
background-color: #333;
|
|
padding: 8px;
|
|
width: 120px;
|
|
left: -20px;
|
|
z-index: 1000;
|
|
a{
|
|
color : @teal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
} |