]> git.localhorst.tv Git - alttp.git/blob - resources/sass/rounds.scss
protocol frontend
[alttp.git] / resources / sass / rounds.scss
1 .rounds {
2         .round {
3                 margin: 1rem 0;
4                 border: thin solid $secondary;
5                 border-radius: 1ex;
6                 padding: 1ex;
7         }
8 }