0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +00:00
Files
homebrewery/client/homebrew/pages/editPage/editPage.less
2016-05-19 08:35:37 -04:00

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;
}
}
}
}
}