definma-ui/src/app/app.component.scss

27 lines
314 B
SCSS
Raw Normal View History

2020-07-13 10:52:10 +02:00
.dev-label {
color: #F00;
font-size: 32px;
margin-right: 40px;
}
2020-07-29 13:14:29 +02:00
.spacing {
display: grid;
grid-template-columns: 1fr;
grid-row-gap: 10px;
}
.bug-textarea {
width: 800px;
}
2020-08-11 17:08:47 +02:00
2020-08-25 09:01:45 +02:00
.container {
2020-08-11 17:08:47 +02:00
position: relative;
overflow: hidden;
2020-08-11 17:08:47 +02:00
}
.to-the-top {
2020-08-25 09:01:45 +02:00
position: fixed;
2020-08-11 17:08:47 +02:00
right: 1rem;
2020-08-25 09:01:45 +02:00
bottom: 20px;
2020-08-11 17:08:47 +02:00
}