27 lines
314 B
SCSS
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;
|
|
}
|