mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-14 05:39:50 -06:00
16 lines
235 B
CSS
16 lines
235 B
CSS
.current-monitors {
|
|
border: 1px solid #eaecf0;
|
|
padding: 40px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.current-monitors-title-holder {
|
|
display: flex;
|
|
}
|
|
|
|
.current-monitors-title {
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
margin-right: var();
|
|
}
|