This commit is contained in:
ntr 2019-04-02 18:02:25 +11:00
parent 595e2683c0
commit 15f87027b5

View File

@ -384,6 +384,16 @@ header {
flex: 0 0 20%; flex: 0 0 20%;
} }
.cryp-skill-btn[disabled] {
color: #333333;
font-size: 14pt;
}
.cryp-box.ko {
animation: none;
opacity: 0.5;
}
.team-player { .team-player {
display: flex; display: flex;
flex: 1 0 20%; flex: 1 0 20%;
@ -405,28 +415,6 @@ header {
flex: 0 0 20%; flex: 0 0 20%;
} }
.game-cryp-ctr {
flex: 1 1 100%;
max-height: 33%;
display: flex;
flex-flow: row;
align-items: center;
}
.game .cryp-box {
flex: 1 1 100%;
}
.cryp-skill-btn[disabled] {
color: #333333;
font-size: 14pt;
}
.game-cryp-ctr.ko {
animation: none;
opacity: 0.5;
}
.selected-skills { .selected-skills {
flex: 1 1 25%; flex: 1 1 25%;