16 lines
544 B
CSS
16 lines
544 B
CSS
a.reset {
|
|
background-color: #28a745 !important;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
font-weight: 500;
|
|
line-height: 1.5;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
border-radius: .5em;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji !important;
|
|
padding: 0.35em 1.5em;
|
|
border: 1px solid #28a745;
|
|
} |