mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
remove alert from index.styl (now in ui)
This commit is contained in:
parent
7bb2a182d2
commit
f156d2a7b7
1 changed files with 0 additions and 26 deletions
|
|
@ -26,32 +26,6 @@ a {
|
|||
|
||||
/* Page styles */
|
||||
|
||||
#overlay {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
#alert {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
#alert > p {
|
||||
display: inline-block;
|
||||
padding: 0 12px;
|
||||
line-height: 21px;
|
||||
border: 1px solid #a69c6d;
|
||||
border-top: 0;
|
||||
border-bottom-color: #8c845c;
|
||||
border-radius: 0 0 3px 3px;
|
||||
background: #fff1a8;
|
||||
box-shadow: inset 0 1px #fff7cf, 0 1px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font: 26px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue