Finish dashboard

This commit is contained in:
Jas Singh
2024-07-09 00:08:43 -07:00
parent 11986dd5a6
commit c14d2b21df
8 changed files with 121 additions and 23 deletions

View File

@@ -99,10 +99,10 @@
}
&.record.active {
background: $red;
background: $green;
&:hover {
background: $green;
background: $red;
}
}
@@ -116,7 +116,6 @@
.controls-container {
&.dashboard-card {
margin-top: 0em;
// padding: 1em;
}
button {
@@ -254,3 +253,12 @@
}
}
}
.dropdown.recording {
color: red;
background-color: $crust;
menuitem {
}
}