Шаблон:таблицаролей/тест/styles.css

Вернуться

Строка 1: Строка 1:
div.RoleTable-card {
.RoleTable-card {
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
Строка 9: Строка 9:
}
}


div.RoleTable-card_header {
.RoleTable-card_header {
     border-radius: 3px;
     border-radius: 3px;
     text-align: center;
     text-align: center;
}
}


div.RoleTable-card_header_title {
.RoleTable-card_header_title {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
Строка 21: Строка 21:
}
}


div.RoleTable-header_icon {
.RoleTable-header_icon {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
Строка 39: Строка 39:
}
}


div.RoleTable-card_content {
.RoleTable-card_content {
     margin-top: 3px;
     margin-top: 3px;
     width: 100%;
     width: 100%;
Строка 87: Строка 87:
}
}


div.RoleTable-block_title {
.RoleTable-block_title {
     font-weight: bold;
     font-weight: bold;
     font-size: 12px;
     font-size: 12px;
Строка 94: Строка 94:
}
}


div.RoleTable-block_content {
.RoleTable-block_content {
     padding: 0;
     padding: 0;
     line-height: 1.3;
     line-height: 1.3;
Строка 115: Строка 115:
}
}


div.card_headerRole {
.card_headerRole {
     height: 34px;
     height: 34px;
     display: flex;
     display: flex;
Строка 124: Строка 124:
}
}


div.card_header_titleRole {
.card_header_titleRole {
     width: 100%;
     width: 100%;
}
}
Строка 161: Строка 161:
}
}


div.fixed_imageRole {
.fixed_imageRole {
     padding: 2px;
     padding: 2px;
}
}