21 lines
359 B
SCSS
Vendored
21 lines
359 B
SCSS
Vendored
@use "../abstracts/variables" as *;
|
|
|
|
.announcement {
|
|
padding: 30px;
|
|
border-radius: 3px;
|
|
background-color: #f0f0f0;
|
|
margin-bottom: 30px;
|
|
}
|
|
.action_button.btn {
|
|
width: fit-content;
|
|
color: $text-inverted-color;
|
|
float: left;
|
|
margin: 10px 20px 0 0;
|
|
}
|
|
|
|
.podcast-player .content {
|
|
border: solid 1px #333;
|
|
border-radius: 5px;
|
|
padding: 0.4rem;
|
|
}
|