Шаблон:Component/lathe/styles.css: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) м Pok переименовал страницу Шаблон:Prototypes/Машина/Станок/base/styles.css в Шаблон:Prototypes/Машина/Станок/styles.css без оставления перенаправления |
Pok (обсуждение | вклад) м Pok переименовал страницу Шаблон:Prototypes/Машина/Станок/styles.css в Шаблон:Component/lathe/styles.css без оставления перенаправления |
(нет различий)
| |
Версия от 07:42, 29 марта 2026
.станок__header {
display: grid;
grid-template-columns: 1fr 0fr;
gap: 6px;
}
.станок__product-and-info-text {
display: grid;
gap: 4px;
}
.станок__product {
font-weight: bold;
}
.станок__info-text {
font-size: 14px;
display: flex;
align-items: center;
}
.станок__info-icons {
display: flex;
flex-direction: column;
align-items: center;
}
.станок__info-icons > * {
width: 32px;
height: 32px;
text-align: center;
}
.станок__progression-symbol {
color: gray;
font-size: small;
height: 0rem;
line-height: 0;
margin: 2px 0px;
}
.станок__materials {
display: grid;
gap: 4px;
}
.станок__complete-time {
position: absolute;
bottom: 4px;
right: 4px;
font-size: small;
font-size: 12px;
}
.станок__mode-emag.gradient-block {
border: 2px dashed hsla(0, 75%, 50%, 0.5);
}