| 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/__buttons.scss |
/* FILE: main/forms/__buttons.scss */
//
// Generic button style
//
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 1em;
white-space: nowrap;
border-width: 0;
cursor: pointer;
transition: all .3s;
&:hover,
&:focus {
opacity: .75;
}
&:active {
opacity: .9;
}
}
.button {
&:hover,
&:focus,
&:active {
text-decoration: none;
}
}