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
|
|
|
|
|
|
|
.to-the-top-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.to-the-top {
|
|
|
|
position: absolute;
|
|
|
|
top: 100vh;
|
|
|
|
bottom: 10px;
|
|
|
|
right: 1rem;
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
rb-icon-button {
|
|
|
|
position: sticky;
|
|
|
|
pointer-events: all;
|
|
|
|
top: calc(100vh - 3rem);
|
|
|
|
}
|
|
|
|
}
|