0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

new error ahndler nearly done

This commit is contained in:
Scott Tolksdorf
2016-05-19 08:35:37 -04:00
parent e7f1083edb
commit 52ff2e41e6
2 changed files with 45 additions and 8 deletions

View File

@@ -7,6 +7,24 @@
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;
}
}
}
}
}