mirror of
https://github.com/status-im/status-media.git
synced 2025-02-23 16:48:12 +00:00
21 lines
274 B
CSS
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;
|
|
}
|
|
}
|