feat: Add Integration hooks UI (#2301)
This commit is contained in:
18
app/javascript/dashboard/assets/scss/_formulate.scss
Normal file
18
app/javascript/dashboard/assets/scss/_formulate.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@import '~dashboard/assets/scss/variables';
|
||||
|
||||
.formulate-input {
|
||||
.formulate-input-errors {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.formulate-input-error {
|
||||
color: var(--r-400);
|
||||
display: block;
|
||||
font-size: var(--font-size-small);
|
||||
font-weight: $font-weight-normal;
|
||||
margin-bottom: $space-one;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user