Skip to content

Commit

Permalink
[TASK] add custom css for external form
Browse files Browse the repository at this point in the history
  • Loading branch information
mesosa committed Apr 9, 2024
1 parent 2ce502a commit c91bddf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions theme/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,31 @@
justify-content: center;
}
}


.form-random-forest-external input {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
display: block;
padding: .375rem .5rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
width: 100%;
}

.form-random-forest-external ._field-wrapper {
margin-bottom: 20px;
}

.form-random-forest-external button {
--border-radius: 27px;
--color: #fff;
--bg: #3aaa35;
border: 1px solid #3aaa35;
font-family: Open Sans, sans-serif;
font-style: normal;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
}

0 comments on commit c91bddf

Please sign in to comment.