1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
button: not([size='mini']) { user agent stylesheetmin-height: 40px; width: 184px; margin-left: auto; margin-right: auto; } button { user agent stylesheetpadding: 8px 24px; line-height: 1.41176471; border-radius: 4px; font-weight: 700; font-size: 17px; }
button { user agent stylesheetposition: relative; display: block; margin-left: auto; margin-right: auto; padding-left: 14px; padding-right: 14px; box-sizing: border-box; font-size: 18px; text-align: center; text-decoration: none; line-height: 2.55555556; border-radius: 5px; -webkit-tap-highlight-color: transparent; overflow: hidden; color: #000; background-color: #f8f8f8; }
|