Инвентарь научного отдела: различия между версиями

мНет описания правки
мНет описания правки
Строка 778: Строка 778:
box-sizing: border-box;
box-sizing: border-box;
margin: 2px;
margin: 2px;
background-color: #{{ColorPalette|Science|Primary Bold}};
background-color: #800080;
padding: 4px;
padding: 4px;
border-radius: 0.3em;
border-radius: 0.3em;
border: 1px solid black;
border: 1px solid black;
list-style-type: none;
list-style-type: none;
transition: background-color 0.15s ease;
}
.flex-item:hover {
background-color: #940094;
}
}
.number {
.number {
Строка 793: Строка 797:
.flex-item {
.flex-item {
flex-basis: 100%;
flex-basis: 100%;
}
.flex-item:hover {
background-color: #800080;
}
}
}
}
</div>
</div>