adds button css

This commit is contained in:
circle-gon 2022-12-22 07:40:23 -05:00 committed by GitHub
parent 4c5b505add
commit 270829a75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;