| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/forms/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/forms/_forms.scss |
/* FILE: main/forms/_forms.scss */
//
// Forms
//
// Placeholders
::placeholder {
font-weight: 400;
font-style: italic;
opacity: .75;
}
// Global styles
input,
select,
textarea {
@extend %font_size_1rem;
&:focus {
border-color: currentColor;
box-shadow: 0 0 0 1px;
}
}
select {
padding: calc( #{ $golden_major + em } - 2px ); // Compensating for border width
}
// Imports
@import '_buttons';
@import '_form-search';
@import '_form-comment';