Project

General

Profile

Download (432 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// 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
}
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
}
(5-5/5)