funky-framadate-front/src/assets/scss/molecules/_debug.scss

16 lines
184 B
SCSS
Raw Normal View History

2019-08-11 17:06:07 +02:00
.debug {
font-size: 1rem;
background: $dark-lavender;
margin: 2em;
padding: 2em;
2019-08-11 17:06:07 +02:00
ul {
list-style-type: none;
}
2019-08-11 17:06:07 +02:00
pre {
font-size: 1rem;
padding: 0.5em;
}
}