facilmap/frontend/src/map/map.scss

18 wiersze
196 B
SCSS
Czysty Zwykły widok Historia

2021-03-13 23:54:10 +00:00
#b-toaster-top-right {
z-index: 10002;
}
.td-buttons {
white-space: nowrap;
width: 1px;
}
.fm-drag-handle {
cursor: grab !important;
2021-03-19 16:25:03 +00:00
}
.btn-toolbar {
2021-03-19 21:16:57 +00:00
> * + * {
2021-03-21 22:38:48 +00:00
margin-left: 0.25rem;
2021-03-19 16:25:03 +00:00
}
2021-03-13 23:54:10 +00:00
}