mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
adds button css
This commit is contained in:
parent
4c5b505add
commit
270829a75b
1 changed files with 19 additions and 0 deletions
|
@ -56,6 +56,25 @@
|
||||||
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls-container {
|
||||||
|
position: absolute;
|
||||||
|
top: 0%;
|
||||||
|
right: 0%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px;
|
||||||
|
height: max-content;
|
||||||
|
background: var(--background);
|
||||||
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||||
|
box-shadow: 0 1px 5px #0007;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.control-btn {
|
||||||
|
border-radius: 5px;
|
||||||
|
border-width: 2px;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
.comp-container {
|
.comp-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue