From 15f87027b5a8e6b569b3212b90bec1f3a60ff43d Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 2 Apr 2019 18:02:25 +1100 Subject: [PATCH] ko --- html-client/cryps.css | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/html-client/cryps.css b/html-client/cryps.css index 24b2db50..4e04b26b 100755 --- a/html-client/cryps.css +++ b/html-client/cryps.css @@ -384,6 +384,16 @@ header { flex: 0 0 20%; } +.cryp-skill-btn[disabled] { + color: #333333; + font-size: 14pt; +} + +.cryp-box.ko { + animation: none; + opacity: 0.5; +} + .team-player { display: flex; flex: 1 0 20%; @@ -405,28 +415,6 @@ header { 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 { flex: 1 1 25%;