PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / src / Promotions / InPluginUpsells / resources / js / components / Button.module.css

Button.module.css in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Promotions/InPluginUpsells/resources/js/components/Button.module.css

33 lines 760 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .button {
2 appearance: none;
3 display: block;
4 padding: 0.888em;
5 border-radius: 9999px;
6 border-width: 0.125rem;
7 border-style: solid;
8 border-color: #66bb6a;
9 background-color: #66bb6a;
10 color: #fff;
11 font-weight: 700;
12 font-size: 1.125rem;
13 text-align: center;
14 text-decoration: none;
15 line-height: 1;
16 letter-spacing: -0.0278em;
17 transition-duration: 200ms;
18 transition-property: filter, color, background-color, text-shadow, box-shadow;
19 transition-timing-function: ease;
20 }
21
22 .button:hover,
23 .button:active,
24 .button:focus {
25 text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.3);
26 filter: brightness(115%);
27 color: #fff;
28 }
29
30 .button:focus {
31 box-shadow: 0 0 0.0625em 0.25em rgba(102, 187, 106, 0.4);
32 }
33