Spaces:
Running
on
Zero
Running
on
Zero
.title { | |
margin-top: 0.5rem; | |
margin-bottom: 0rem; | |
} | |
.title h1 { | |
font-weight: 100 ; | |
} | |
.subtitle { | |
margin-bottom: -5px; | |
} | |
.catalog-button { | |
/* // align left | |
smaller font, lighter | |
no border no shadow | |
make more compact | |
*/ | |
justify-content: flex-start; | |
background-color: transparent; | |
box-shadow: none; | |
} | |
.selected { | |
border: 1px solid #585BE9; | |
} | |
.sidebar { | |
margin-right: 4rem; | |
} | |
.column-gap { | |
gap: 2rem | |
} | |
.accordion-align span { | |
display: block; | |
text-align: left; | |
font-weight: 600 ; | |
} | |
.read-only label textarea,input { | |
cursor: not-allowed ; | |
} | |
.result-text label input { | |
box-shadow: none; | |
} |