Skip to content

Commit

Permalink
Added Accordion component
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Jan 21, 2025
1 parent 3e41a34 commit ebf71b1
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions www/docs/style/sass/parts/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,86 +33,3 @@
padding-left: 1rem;

}




.alert-page-subsection__controls {
margin-bottom: 2rem;
form {
display: inline;
}

button {
margin-bottom: 0;
span {
margin-right: 0.2rem;
}
}
}

.alert-page-section {
margin-bottom: 3rem;
}

.alert-page-subsection {
margin-bottom: 2.5rem;

.alert-page-subsection--subtitle {
margin-bottom: 0.5rem;
}

:last-child {
margin-bottom: 0;
}
}

.alert-page-option-label {
display: inline;
margin-left: 0.5em;
}

#create-alert-form {
label {
color: $body-font-color;
font-size: 1.1rem;
line-height: 1.2;
margin-bottom: 0.75rem;
}

input[type="checkbox"], input[type="radio"] {
display: inline-block;
height: 1.5rem;
width: 1.5rem;
margin: 0 0.25rem 0 0;
vertical-align: middle;

+ label {
display: inline-block;
margin-bottom: 0;
line-height: 1.5rem;
vertical-align: middle;
}
}

input[type="text"], select {
max-width: 400px;
height: 40px;
border-color: $body-font-color;
}

.checkbox-wrapper {
display: flex;
flex-direction: row;

input[type="checkbox"], input[type="radio"] {
flex-shrink: 0;
}
}

.checkbox-group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
}
}

0 comments on commit ebf71b1

Please sign in to comment.