southwestradio-site/themes/swr/assets/css/style.scss

54 lines
826 B
SCSS
Raw Normal View History

2022-10-29 03:08:38 +00:00
@font-face {
font-family: 'ShareTechMono';
src: url('../fonts/ShareTechMono-Regular.ttf');
}
body {
font-family: 'ShareTechMono';
background-color: #24202b;
color: white;
font-size: 14pt;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
// justify-content: center;
align-items: center;
position: fixed;
height: 100%;
width: 100%;
}
#wrapper {
display: flex;
padding: 10px;
}
aside {
margin-right: 2em;
border: 1px solid;
padding: 10px;
min-width: 5em;
}
#player {
margin-left: 2em;
border: 1px solid;
padding: 10px;
padding-right: 20px;
}
#content {
border: 1px solid;
padding: 10px;
min-width: 40em;
}
a {
color: #cc61be;
}
#calendar {
display: flex;
justify-content: center;
}