2025-03-18 15:28:33 +00:00
|
|
|
@use '../../styles/typography';
|
|
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
$toolbar-height: 30px;
|
|
|
|
|
|
2020-03-29 03:28:36 +00:00
|
|
|
:host {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2023-10-05 08:00:31 +00:00
|
|
|
display: block;
|
2025-06-19 11:23:15 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.main-toolbar {
|
|
|
|
|
border-bottom: 1px solid var(--color-separator);
|
2025-06-19 11:23:15 +00:00
|
|
|
display: flex;
|
2025-07-17 11:19:48 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-inline: 0.1rem;
|
|
|
|
|
box-sizing: border-box;
|
2025-02-28 14:16:46 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.toolbar-btn {
|
2025-06-24 14:21:27 +00:00
|
|
|
color: var(--secondary-contrast);
|
2025-07-17 11:19:48 +00:00
|
|
|
padding-inline: 0.375rem;
|
|
|
|
|
cursor: pointer;
|
2023-08-30 22:41:16 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
mat-icon {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2025-06-24 14:21:27 +00:00
|
|
|
}
|
|
|
|
|
}
|
2023-08-30 22:41:16 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.tools {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
2025-11-06 09:36:28 +00:00
|
|
|
.inspect-btn {
|
|
|
|
|
$size: 20px;
|
|
|
|
|
height: $size;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
width: $size;
|
|
|
|
|
height: $size;
|
|
|
|
|
fill-rule: evenodd;
|
|
|
|
|
clip-rule: evenodd;
|
|
|
|
|
stroke-linejoin: round;
|
|
|
|
|
stroke-miterlimit: 2;
|
|
|
|
|
|
|
|
|
|
path {
|
|
|
|
|
fill-rule: nonzero;
|
|
|
|
|
fill: var(--secondary-contrast);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.inspect-active {
|
|
|
|
|
path {
|
|
|
|
|
fill: var(--dynamic-blue-02);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-17 11:19:48 +00:00
|
|
|
}
|
2023-08-30 22:41:16 +00:00
|
|
|
}
|
2025-07-10 12:53:01 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.frame-selector {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin: 0 0.5rem;
|
|
|
|
|
}
|
2023-08-30 22:41:16 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.tab-link {
|
|
|
|
|
@extend %body-medium-01;
|
|
|
|
|
min-width: unset;
|
|
|
|
|
padding: 0 0.625rem;
|
|
|
|
|
height: $toolbar-height;
|
|
|
|
|
}
|
2020-08-24 20:19:37 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.settings {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 22px;
|
2024-04-05 22:24:43 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.ver-ruler {
|
|
|
|
|
margin-inline: 0.125rem;
|
|
|
|
|
height: 80%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-05 22:24:43 +00:00
|
|
|
}
|
2020-03-29 03:28:36 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.tab-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: calc(100% - #{$toolbar-height + 1px});
|
2020-08-24 20:19:37 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.menu-icon {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
2021-01-26 22:38:18 +00:00
|
|
|
}
|
2023-08-30 22:41:16 +00:00
|
|
|
|
2025-07-17 11:19:48 +00:00
|
|
|
.version-label {
|
|
|
|
|
cursor: default;
|
2024-03-05 03:55:01 +00:00
|
|
|
}
|