PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.8
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.8
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / sass / admin / _buttons.scss

_buttons.scss in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.8, at assets/sass/admin/_buttons.scss

24 lines 629 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Buttons */
2 .button-tertiary {
3 cursor: pointer;
4 user-select: none;
5 display: inline-flex;
6 padding: 0.4375rem 1rem;
7 font-size: .875rem;
8 font-weight: 600;
9 line-height: 1.5;
10 white-space: nowrap;
11 text-transform: none;
12 text-decoration: none;
13 color: #212b36;
14 background-color: #fff;
15 border: 1px solid #c4cdd5;
16 border-radius: 0.25rem;
17 transition: background .2s cubic-bezier(.64,0,.35,1), border .2s cubic-bezier(.64,0,.35,1), box-shadow .2s cubic-bezier(.64,0,.35,1);
18
19 &:hover,
20 &:focus{
21 outline: none;
22 box-shadow: none;
23 }
24 }