Шаблон:Prototypes/Механика/Груз/base: различия между версиями

мНет описания правки
мНет описания правки
Строка 39: Строка 39:
.груз__header {
.груз__header {
     display: grid;
     display: grid;
     gap: 2px;
     gap: 4px;
     border-radius: 0.2em 0.2em 0 0;
     border-radius: 0.2em 0.2em 0 0;
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
}
.груз__title, .груз__content, .груз__product, .груз__notes {
    gap: 6px;
}
}


Строка 49: Строка 53:
     flex-direction: row;
     flex-direction: row;
     font-weight: bold;
     font-weight: bold;
    gap: 6px;
     align-items: center;
     align-items: center;
}
}
Строка 57: Строка 60:
justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
flex-wrap: wrap;
gap: 5px;
     font-size: 14px;
     font-size: 14px;
}
}
Строка 63: Строка 65:
.груз__product {
.груз__product {
display: grid;
display: grid;
gap: 6px;
     padding: 2px 0;
     padding: 2px 0;
}
}
Строка 69: Строка 70:
.груз__notes {
.груз__notes {
     display: grid;
     display: grid;
    gap: 6px;
     font-size: 14px;
     font-size: 14px;
}
}