habitica-self-host/styles/ui.styl

16 lines
243 B
Stylus
Raw Normal View History

2012-06-21 00:47:08 +00:00
.connection {
2013-01-26 12:23:24 +00:00
position: fixed;
2012-06-21 00:47:08 +00:00
text-align: center;
top: 0;
left: 0;
width: 100%;
height: 0;
2013-02-11 16:05:01 +00:00
z-index: 1020;
2012-06-21 00:47:08 +00:00
}
.connection > .alert {
border-top: 0;
border-radius: 0 0 4px 4px;
padding-right: 14px;
display: inline-block;
}