2020-06-01 14:57:39 +02:00
|
|
|
.debug-preview {
|
2022-01-12 11:27:43 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: scroll;
|
2022-02-04 12:52:00 +01:00
|
|
|
height: 100%;
|
2024-01-09 16:17:31 +01:00
|
|
|
h1 {
|
|
|
|
color: white;
|
|
|
|
font-size: 24px;
|
|
|
|
display: block;
|
|
|
|
width: 100vw;
|
|
|
|
margin: 12px;
|
|
|
|
}
|
2020-06-01 14:57:39 +02:00
|
|
|
}
|
2022-02-04 12:52:00 +01:00
|
|
|
|
2020-03-20 13:09:48 +01:00
|
|
|
.debug-icons-preview {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2024-01-09 16:17:31 +01:00
|
|
|
h2 {
|
|
|
|
color: white;
|
|
|
|
font-size: 16px;
|
|
|
|
display: block;
|
|
|
|
width: 100vw;
|
|
|
|
margin: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle-old {
|
|
|
|
color: #ff3277;
|
|
|
|
}
|
2020-03-20 13:09:48 +01:00
|
|
|
|
2022-01-12 11:27:43 +01:00
|
|
|
.icon-item,
|
2024-01-09 16:17:31 +01:00
|
|
|
.cursor-item,
|
|
|
|
.icon-item-old {
|
2020-03-20 13:09:48 +01:00
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
margin: 10px;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2023-03-15 18:02:57 +01:00
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
fill: none;
|
|
|
|
color: transparent;
|
2024-01-09 16:17:31 +01:00
|
|
|
stroke: #91fadb;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: white;
|
|
|
|
max-width: 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 4px;
|
|
|
|
word-break: break-word;
|
|
|
|
min-height: 40px;
|
2020-03-20 13:09:48 +01:00
|
|
|
}
|
|
|
|
}
|
2024-01-09 16:17:31 +01:00
|
|
|
|
|
|
|
.cursor-item div,
|
|
|
|
.icon-item-old svg {
|
2024-03-12 14:04:41 +01:00
|
|
|
stroke: #aab5ba;
|
2024-01-09 16:17:31 +01:00
|
|
|
}
|
|
|
|
|
2020-06-01 14:57:39 +02:00
|
|
|
.cursor-item {
|
2022-01-12 11:27:43 +01:00
|
|
|
height: auto;
|
2020-06-01 14:57:39 +02:00
|
|
|
}
|
2020-03-20 13:09:48 +01:00
|
|
|
}
|