PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.8.1
GiveWP – Donation Plugin and Fundraising Platform v4.16.8.1
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 / Views / Components / Button / style.module.scss

style.module.scss in GiveWP – Donation Plugin and Fundraising Platform 4.16.8.1, at src/Views/Components/Button/style.module.scss

23 lines 406 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .button {
2 background: #f7f7f7;
3 display: inline-flex;
4 align-items: center;
5 justify-content: center;
6 height: 35px;
7 border-radius: 3px;
8 border: 1px solid #ddd;
9 border-bottom: 3px solid #ddd;
10 cursor: pointer;
11 padding: 0 16px;
12
13 &:focus {
14 outline: none;
15 box-shadow: none;
16 border-color: #ddd;
17 }
18
19 &.icon {
20 padding: 0 8px;
21 }
22 }
23