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%;
|
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;
|
|
|
|
|
2022-01-12 11:27:43 +01:00
|
|
|
.icon-item,
|
|
|
|
.cursor-item {
|
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%;
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
}
|