mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue