source: OpenWorkouts-current/ow/static/less/modules/forms.less @ 01674ff

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

Update forms and fix detail workout view

  • Property mode set to 100644
File size: 458 bytes
Line 
1.ow-forms {
2        &:extend(.wrapper-s);
3        padding-top: 2em;
4
5        h2 {
6                border-top: 1px solid @color-main-light;
7                padding-top: .5em;
8        }
9}
10
11// .error {
12//      list-style-type: none;
13//      padding: 0;
14//      margin: 0;
15//      li {
16//              background-color: @color-app;
17//              padding:.5em;
18//              color: white;
19//      }
20// }
21
22.back {
23        color: @color-app;
24        text-decoration: none;
25        font-weight: 700;
26        &:before {
27                content: "⬅";
28                margin-right: .5em;
29        }
30        &:hover {
31                color: @color-main;
32        }
33}
Note: See TracBrowser for help on using the repository browser.