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;
|
|
|
|
}
|
2020-08-06 08:18:57 +02:00
|
|
|
|
|
|
|
.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;
|
2020-08-20 10:42:02 +02:00
|
|
|
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
|
|
|
}
|