figuring our lists and classes
This commit is contained in:
@ -62,3 +62,15 @@ a, .btn-link {
|
||||
.blazor-error-boundary::after {
|
||||
content: "An error has occurred."
|
||||
}
|
||||
|
||||
/* Boxes and Columns */
|
||||
|
||||
.middle-column {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.left-column {
|
||||
flex-grow: 2;
|
||||
border: solid 1px orange
|
||||
}
|
||||
Reference in New Issue
Block a user