mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
14
Resources/public/sass/custom/_custom-fields.scss
Normal file
14
Resources/public/sass/custom/_custom-fields.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* the cf title will look like a `form legend h2` */
|
||||
span.cf-title {
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
border-bottom: 3px solid $light-grey;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
span.cf-subtitle {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid $light-grey;
|
||||
margin-bottom: 1em;
|
||||
}
|
Reference in New Issue
Block a user