Files
nhgooi.nl/resources/assets/sass/components/_podcast_item.scss
Jorit Tijsen 1d94e7da7f Add some variables to the scss files
Use the period API call for the program schema
2024-03-20 17:54:10 +01:00

15 lines
262 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;
}