mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
16 lines
244 B
Stylus
16 lines
244 B
Stylus
|
|
.connection {
|
||
|
|
position: absolute;
|
||
|
|
text-align: center;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 0;
|
||
|
|
z-index: 99;
|
||
|
|
}
|
||
|
|
.connection > .alert {
|
||
|
|
border-top: 0;
|
||
|
|
border-radius: 0 0 4px 4px;
|
||
|
|
padding-right: 14px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|