8 lines
124 B
CSS
8 lines
124 B
CSS
|
* {
|
||
|
-v-screen-width: 1280;
|
||
|
-v-screen-height: 720;
|
||
|
|
||
|
-v-header-height: 50;
|
||
|
-vn-header-height: 650; /* 72 - 50 + 20 */
|
||
|
|
||
|
}
|