Martín Santillán Cooper
add mock model call functionality
6617373
raw
history blame
664 Bytes
.title {
margin-top: 0.5rem;
margin-bottom: 0rem;
}
.title h1 {
font-weight: 100 !important;
}
.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 !important;
}
.read-only label textarea,input {
cursor: not-allowed !important;
}