add some css rules
This commit is contained in:
parent
c2961bc2ca
commit
b2c3cc4c3d
1 changed files with 7 additions and 1 deletions
|
@ -71,7 +71,7 @@ button {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-family: "DejaVu Sans";
|
font-family: "DejaVu Sans";
|
||||||
outline: 1px solid var(--surface0);
|
outline: 1px solid var(--surface0);
|
||||||
padding: 4px 12px;
|
padding: 4px 8px;
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
|
@ -92,6 +92,12 @@ button:active {
|
||||||
transition: background-color 0.1s;
|
transition: background-color 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left { text-align: left; }
|
||||||
|
.center { text-align: center; }
|
||||||
|
.right { text-align: right; }
|
||||||
|
|
||||||
|
.block { display: block; }
|
||||||
|
.inline-block { display: inline-block; }
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue