Шаблон:RoleTableFlex: различия между версиями

мНет описания правки
мНет описания правки
 
Строка 30: Строка 30:
}}<br>
}}<br>
</noinclude>
</noinclude>
{{#css:
.table-flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly
}
.boxes-flex {
padding: 0;
margin: 0;
text-align: center
}
.role-big-title {
margin: 0px;
text-align: center;
font-size: 40px;
line-height: 50px;
border-radius: 8px
}
.role-block-radius {
border-radius: 8px
}
.role-block-name {
padding: 2px;
border-radius: .3em;
margin-bottom: .2em;
}
}}