mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 06:12:22 +00:00
more
This commit is contained in:
parent
535aeba9fa
commit
9aef7c285a
@ -2,10 +2,16 @@
|
||||
margin-bottom: 5em;
|
||||
.rewind-card {
|
||||
@include rewind-border;
|
||||
@media screen and (width <= 425px) {
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
.rewind-calendar {
|
||||
border-collapse: unset;
|
||||
border-spacing: 3px;
|
||||
@media screen and (width <= 425px) {
|
||||
border-spacing: 1px;
|
||||
}
|
||||
tr {
|
||||
border: none;
|
||||
}
|
||||
@ -20,6 +26,10 @@
|
||||
.rewind-calendar-cell {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
@media screen and (width <= 425px) {
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
}
|
||||
border-radius: calc(var(--rewind-border-radius) / 2);
|
||||
border: 1px solid rgba(var(--primary-rgb), 0.2);
|
||||
&.-empty {
|
||||
|
@ -28,9 +28,6 @@
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
max-width: 700px;
|
||||
@media screen and (max-width: 425px) {
|
||||
max-width: 90%;
|
||||
}
|
||||
@include rewind-border;
|
||||
&.rank-1 {
|
||||
--background: #ffe46a;
|
||||
|
@ -44,6 +44,7 @@
|
||||
background: var(--secondary);
|
||||
@media (width <= 768px) {
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user