Project

General

Profile

Download (432 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 83ea2d24 Andreas Kohlbecker
}
14
15
.v-filterselect-suggestpopup-tiny {
16
  font-size: $v-font-size--tiny;
17
}
18
19
.v-filterselect-suggestpopup-small {
20
  font-size: $v-font-size--small;
21 dc3f8070 Andreas Kohlbecker
}