status-media/src/css/BackButton.styles.css
2020-01-28 00:58:24 +09:00

21 lines
274 B
CSS

.BackButton {
display: block;
padding: 10px;
margin-bottom: 25px;
}
/* ============ Themes ============ */
.BackButton.dark {
color: #777;
}
.BackButton.light {
color: #999;
}
@media only screen and (max-width: 600px) {
.BackButton {
display: none;
}
}