Project

General

Profile

Download (328 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// styles for custom fields
2

    
3
// TimePeriodField
4
.v-time-period-field {
5
    .margin-wrapper {
6
        border: valo-border($border: $v-border, $color: $v-background-color, $strength: 0.7);
7
        border-radius: $v-border-radius;
8
        background-color: $v-app-background-color;
9
        padding: round($v-unit-size / 4);
10
    }
11
}
(1-1/5)