| 1234567891011121314151617181920 |
- .button {
-
- }
- .button--inline {
- all: unset;
- display: inline-block;
- cursor: pointer;
- font-weight: bolder;
- font-size: 1em;
- height: 100%;
- padding: 0 0.5em;
- margin-left: 0.2em;
- }
- .button--danger {
- background-color: red;
- color: white;
- }
|