This commit is contained in:
parent
66a642f953
commit
587c9d4d62
2 changed files with 7 additions and 9 deletions
|
|
@ -27,20 +27,20 @@
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
color: c.$title-color;
|
color: #eebe4b;
|
||||||
@include u.text-shadow(3px, 1.5px);
|
text-shadow: 3px 3px 0 #000,-1.5px -1.5px 0 #000,0 -1.5px 0 #000,1.5px -1.5px 0 #000,1.5px 0 0 #000,1.5px 1.5px 0 #000,0 1.5px 0 #000,-1.5px 1.5px 0 #000,-1.5px 0 0 #000;
|
||||||
font-family: 'Star4000';
|
font-family: 'Star4000';
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
|
||||||
&.single {
|
&.single {
|
||||||
left: 170px;
|
left: 138px;
|
||||||
top: 25px;
|
top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dual {
|
&.dual {
|
||||||
left: 170px;
|
left: 144px;
|
||||||
|
|
||||||
&>div {
|
&>div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -70,9 +70,7 @@
|
||||||
left: 356px;
|
left: 356px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.single {
|
|
||||||
top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.date-time {
|
.date-time {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
|
||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue