Project

General

Profile

Download (286 Bytes) Statistics
| Branch: | Tag: | Revision:
1 dc3f8070 Andreas Kohlbecker
// Fixes problems in the valo theme
2
// must be imported after the valo theme
3
4
// -------------------------------------------
5
// add missing tiny, and small style for select lists
6
7
.v-select-tiny {
8
  font-size: $v-font-size--tiny;
9
}
10
11
.v-select-small {
12
  font-size: $v-font-size--small;
13
}