Шаблон:таблицаролей/тест/styles.css
| Строка 1: | Строка 1: | ||
.RoleTable-card { | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
| Строка 9: | Строка 9: | ||
} | } | ||
.RoleTable-card_header { | |||
border-radius: 3px; | border-radius: 3px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.RoleTable-card_header_title { | |||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
| Строка 21: | Строка 21: | ||
} | } | ||
.RoleTable-header_icon { | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Строка 39: | Строка 39: | ||
} | } | ||
.RoleTable-card_content { | |||
margin-top: 3px; | margin-top: 3px; | ||
width: 100%; | width: 100%; | ||
| Строка 87: | Строка 87: | ||
} | } | ||
.RoleTable-block_title { | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 12px; | font-size: 12px; | ||
| Строка 94: | Строка 94: | ||
} | } | ||
.RoleTable-block_content { | |||
padding: 0; | padding: 0; | ||
line-height: 1.3; | line-height: 1.3; | ||
| Строка 115: | Строка 115: | ||
} | } | ||
.card_headerRole { | |||
height: 34px; | height: 34px; | ||
display: flex; | display: flex; | ||
| Строка 124: | Строка 124: | ||
} | } | ||
.card_header_titleRole { | |||
width: 100%; | width: 100%; | ||
} | } | ||
| Строка 161: | Строка 161: | ||
} | } | ||
.fixed_imageRole { | |||
padding: 2px; | padding: 2px; | ||
} | } | ||