aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Radio/styles/_radio.scss
blob: c62ec3693449d8ad740bfd9e59eb4dac266822d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
.radio {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  background-color: var(--color-window-content);
}