0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 13:52:38 +00:00
Files
homebrewery/client/homebrew/pages/editPage/editPage.less
Scott Tolksdorf 626cba6062 Newlines
2016-05-28 09:41:05 -04:00

27 lines
497 B
Plaintext

.editPage{
.navItem.save{
width : 75px;
text-align : center;
&.saved{
cursor : initial;
color : #666;
}
&.error{
position : relative;
background-color : @red;
.errorContainer{
position : absolute;
top : 29px;
left : -20px;
z-index : 1000;
width : 120px;
padding : 8px;
background-color : #333;
a{
color : @teal;
}
}
}
}
}