definma-ui/src/app/app.component.scss
2020-08-25 09:01:45 +02:00

27 lines
314 B
SCSS

.dev-label {
color: #F00;
font-size: 32px;
margin-right: 40px;
}
.spacing {
display: grid;
grid-template-columns: 1fr;
grid-row-gap: 10px;
}
.bug-textarea {
width: 800px;
}
.container {
position: relative;
overflow: hidden;
}
.to-the-top {
position: fixed;
right: 1rem;
bottom: 20px;
}