2022-10-29 02:48:53 +02:00
|
|
|
@use "root-vars";
|
2022-11-02 09:23:08 +01:00
|
|
|
@import "sass/base";
|
2022-09-20 08:34:15 +02:00
|
|
|
|
2022-11-02 09:23:08 +01:00
|
|
|
body {
|
|
|
|
padding: 0 1em 1em 1em;
|
2022-09-20 08:34:15 +02:00
|
|
|
}
|
|
|
|
|
2022-09-27 04:16:45 +02:00
|
|
|
button {
|
2022-11-02 09:23:08 +01:00
|
|
|
margin-bottom: 5px;
|
2022-09-27 04:16:45 +02:00
|
|
|
}
|