source: OpenWorkouts-current/ow/static/______css/ui/buttons.css @ 5cbc4a0

currentfeature/docs
Last change on this file since 5cbc4a0 was 5cbc4a0, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Update dashboard and login with less.

  • Property mode set to 100644
File size: 564 bytes
Line 
1.button {
2    box-sizing: border-box;
3    display: inline-block;
4    text-align: center;
5    vertical-align: middle;
6    cursor: pointer;
7    border: 1px solid transparent;
8    text-decoration: none;
9    font-style: normal;
10    white-space: nowrap;
11    text-overflow: ellipsis;
12    margin: 0;
13    position: relative;
14    overflow: hidden;
15    font-size: 1em;
16    line-height: 1.25rem;
17    max-width: 100%;
18}
19
20.button.button-action {
21    background: var(--color-app);
22    color: white;
23}
24
25.button.button-action:hover {
26    background-color: var(--color-app-dark);
27}
Note: See TracBrowser for help on using the repository browser.