Improved the style of current attack matrix in config: made all cells fully colored, text alinged to middle and

This commit is contained in:
VakarisZ 2019-11-19 17:58:52 +02:00
parent 7cefba293a
commit d10be52c2d
1 changed files with 25 additions and 0 deletions

View File

@ -97,6 +97,31 @@ $black: #000000;
}
}
.attack-matrix .ui-checkbox-btn label {
padding-top: 0;
position: relative;
float: left;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-left: 5px;
padding-right: 5px;
}
.attack-matrix div.rt-td>div {
height: 100%;
padding: 0;
}
.attack-matrix div.rt-td {
padding: 0;
border-right: 3px solid rgba(0,0,0,0) !important;
}
.rt-tr-group {
border-bottom: 3px solid rgba(0,0,0,0) !important;
}
.icon-checked {
color: $green
}