forked from e621ng/e621ng
[Misc] Tweak the CSS of the site notices
This commit is contained in:
parent
69207aa60d
commit
807232557b
@ -28,11 +28,16 @@ div#page {
|
||||
padding: $padding-050;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
border: 1px solid themed("color-background");
|
||||
border: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
h1 {
|
||||
font-size: $h2-size;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
aside#sidebar {
|
||||
|
@ -4,6 +4,7 @@ div#news {
|
||||
max-height: 1rem;
|
||||
overflow-y: hidden;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
@ -18,13 +19,12 @@ div#news {
|
||||
}
|
||||
|
||||
.closebutton {
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 0.5rem;
|
||||
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
font-size: 14pt;
|
||||
font-size: 1.15rem;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
vertical-align: center;
|
||||
margin-top: -3px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user