mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Added secret santa style
This commit is contained in:
parent
8862105a7a
commit
90060325b7
1 changed files with 26 additions and 0 deletions
26
resources/assets/styles/dashboard.less
vendored
26
resources/assets/styles/dashboard.less
vendored
|
@ -224,6 +224,32 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.secret-santa-announce {
|
||||
height: 150px;
|
||||
background-color: #68a1ee;
|
||||
background-image: url(http://i.imgur.com/dSCXyGx.jpg);
|
||||
background-size: 300px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
height: auto;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.announce-actions {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.announce-actions, .announce-content {
|
||||
padding-left: 300px;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue