37 lines
518 B
SCSS
37 lines
518 B
SCSS
body.s-maidboye-cafe {
|
|
background-color: #2C2F33;
|
|
|
|
&.c-home {
|
|
&.a-index {
|
|
text-align: center;
|
|
|
|
* { color: #FFFDD0; }
|
|
|
|
div#right {
|
|
position: fixed;
|
|
bottom: 5px;
|
|
right: 5px;
|
|
}
|
|
|
|
a { color: #FFF; }
|
|
|
|
div#left a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
div#icon img {
|
|
width: 30%;
|
|
height: 30%;
|
|
border-radius: 135px;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|
|
&.a-privacy {
|
|
* {
|
|
color: #56B9ED;
|
|
}
|
|
}
|
|
}
|
|
}
|