projects
/
xogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3336fd
)
Improve style. TODO: after rematch random, show variant infos
author
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 16 Mar 2022 10:48:17 +0000
(11:48 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 16 Mar 2022 10:48:17 +0000
(11:48 +0100)
common.css
patch
|
blob
|
blame
|
history
diff --git
a/common.css
b/common.css
index
e2a681d
..
5555100
100644
(file)
--- a/
common.css
+++ b/
common.css
@@
-66,6
+66,15
@@
h1 {
margin: 10px 0;
}
+h4 {
+ font-size: 1.5rem;
+ font-weight: bold;
+ text-align: center;
+ display: block;
+ margin: 10px 0;
+ color: darkgreen;
+}
+
#gameInfos,
#boardContainer,
#gameStopped,
@@
-156,6
+165,13
@@
button.block-btn {
padding: 15px 32px;
}
+button.cancel-something {
+ background-color: darkred;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
#upLeftInfos {
position: absolute;
left: 0;