d820341b7a1e2ef4d21dfe734322bb7bdee0a812
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / forms / buttons.css
1 /**
2  * @file
3  * This file is used to style form buttons generically, with overrides per form
4  */
5 .form-actions {
6   display: inline-flex;
7 }
8
9 .form-actions .button {
10   margin-left: 1em;
11 }
12 .form-actions .button:first-child {
13   margin-left: 0;
14 }
15
16 .form-submit {
17   padding: 0.6em 1.25em 0.4em;
18   margin: 0;
19   border: 1px solid #dbdbdb;
20   font-size: 0.875rem;
21   background-color: #fff;
22   color: #000;
23 }
24 .form-submit:hover,
25 .form-submit:focus {
26   padding: calc(0.6em - 2px) calc(1.25em - 2px) calc(0.4em - 2px) calc(1.25em - 2px);
27 }