Dantes (обсуждение | вклад) (Полностью удалено содержимое страницы) Метки: очистка ручная отмена |
Dantes (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 1: | Строка 1: | ||
.chem-card { | |||
border: 2px solid black; | |||
border-radius: 0 0 18px 18px; | |||
overflow: hidden; | |||
margin-bottom: 1em; | |||
font-family: sans-serif; | |||
} | |||
.chem-card .chem-header { | |||
font-weight: 500; | |||
background-color: #75B1F0; | |||
color: #000; | |||
padding: 0.2em 0.5em; | |||
} | |||
.chem-card .chem-description { | |||
padding: 0.5em; | |||
font-size: 14px; | |||
line-height: 1.5; | |||
} | |||
.chem-recipes { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.5em; | |||
} | |||
.chem-recipe-row { | |||
display: flex; | |||
align-items: center; | |||
gap: 0.5em; | |||
} | |||
.chem-recipe { | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
background: #27272e; | |||
padding: 0 0.5em; | |||
font-size: 12px; | |||
width: 12em; | |||
} | |||
.chem-recipe img { | |||
width: 32px; | |||
height: 32px; | |||
margin-right: 0.3em; | |||
} | |||
.chem-toggle { | |||
cursor: pointer; | |||
font-weight: bold; | |||
margin: 0.2em 0; | |||
} | |||
Версия от 01:33, 9 сентября 2025
.chem-card {
border: 2px solid black;
border-radius: 0 0 18px 18px;
overflow: hidden;
margin-bottom: 1em;
font-family: sans-serif;
}
.chem-card .chem-header {
font-weight: 500;
background-color: #75B1F0;
color: #000;
padding: 0.2em 0.5em;
}
.chem-card .chem-description {
padding: 0.5em;
font-size: 14px;
line-height: 1.5;
}
.chem-recipes {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.chem-recipe-row {
display: flex;
align-items: center;
gap: 0.5em;
}
.chem-recipe {
display: flex;
align-items: center;
justify-content: space-between;
background: #27272e;
padding: 0 0.5em;
font-size: 12px;
width: 12em;
}
.chem-recipe img {
width: 32px;
height: 32px;
margin-right: 0.3em;
}
.chem-toggle {
cursor: pointer;
font-weight: bold;
margin: 0.2em 0;
}