Шаблон:таблицаролей/роль/styles.css
| Строка 5: | Строка 5: | ||
max-width: 400px; | max-width: 400px; | ||
min-width: 190px; | min-width: 190px; | ||
padding: | padding: 2px; | ||
border-radius: | border-radius: 6px; | ||
min-height: 36px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
height: 100%; | height: 100%; | ||
} | } | ||
/* Заголовок карточки */ | |||
.card_headerRole { | .card_headerRole { | ||
border-radius: 3px; | |||
border-radius: | |||
text-align: center; | text-align: center; | ||
} | } | ||
.card_header_titleRole { | .card_header_titleRole { | ||
padding: 0 | padding: 0 3px; | ||
} | } | ||
.card_header_titleRole p { | .card_header_titleRole p { | ||
margin: 0 | margin: 6px 0; | ||
} | } | ||
.title_textRole { | .title_textRole { | ||
color: | color: white; | ||
} | } | ||
/* Область изображения */ | |||
.card_imageRole { | .card_imageRole { | ||
height: 100%; | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.fixed_imageRole { | .fixed_imageRole { | ||
padding: 0 64px; | |||
} | } | ||