50 lines
787 B
SCSS
50 lines
787 B
SCSS
|
@import "butts-are.cool/home";
|
||
|
@import "e621.ws/status";
|
||
|
@import "furry.cool/home";
|
||
|
@import "maidboye.cafe/home";
|
||
|
@import "oceanic.ws/home";
|
||
|
@import "yiff.media/home";
|
||
|
@import "yiff.rest/home";
|
||
|
@import "yiff.rocks/home";
|
||
|
|
||
|
div#notice {
|
||
|
padding: 0.25em;
|
||
|
position: fixed;
|
||
|
top: 1rem;
|
||
|
left: 25%;
|
||
|
width: 50%;
|
||
|
z-index: 100;
|
||
|
color: #FFF;
|
||
|
background-color: darkgreen;
|
||
|
border: 1px solid #333333;
|
||
|
|
||
|
&.ui-state-error {
|
||
|
background-color: maroon;
|
||
|
}
|
||
|
|
||
|
&.ui-corner-all {
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
#close-notice-link {
|
||
|
display: flex;
|
||
|
float: right;
|
||
|
padding: 0 0.75em;
|
||
|
text-decoration: none;
|
||
|
color: #B4C7D9;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
body.c-application {
|
||
|
background-color: #2C2F33;
|
||
|
color: #FFFDD0;
|
||
|
|
||
|
a {
|
||
|
color: #FFF;
|
||
|
}
|
||
|
|
||
|
div#page {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|