More style classes

This commit is contained in:
Reid D McKenzie 2025-02-08 00:00:49 -07:00
parent a15f6f9b8f
commit e6e304df2f

View file

@ -62,6 +62,11 @@ label {
margin-right: auto;
}
.u-ml-1 {
margin-left: 10px;
}
.u-flex1 {
flex: 1;
}
@ -143,3 +148,23 @@ input[type="image"] {
margin-top: auto;
margin-bottom: auto;
}
.start-menu {
border-color: $black;
border-style: solid;
border-width: 4px;
border-radius: 4px;
padding: 4px;
}
.border-black {
border-color: $black;
}
.border-orange {
border-color: $orange;
}
.border-red {
border-color: $red;
}