source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss @ 5572

Last change on this file since 5572 was 5572, checked in by Twan Goosen, 10 years ago

styling: SASS partials
Refs #594

  • Property svn:eol-style set to native
File size: 659 bytes
Line 
1@import 'CLARIN';
2
3/* global variables */
4$iconsize: 12px;
5
6@import 'toggleborder';
7@import 'table';
8@import 'collectiondetails';
9@import 'wizard';
10@import 'feedback';
11@import 'filterform';
12@import 'popup';
13
14
15noscript {
16    margin: 0 auto;
17    padding: 0;
18    width: 1024px;
19}
20
21#noscript-warning {
22    color: #FFFFFF;
23    background-color: #AE0000;
24    font-size: 13px;
25    font-weight: bold;
26    text-align: center;
27    line-height: 24px;
28    margin: 0 auto;
29    padding: 0;
30    text-align: center;
31    vertical-align: middle;
32    position: fixed;
33    top: 0;
34    left: 0;
35    width: 100%;
36    z-index: 101;
37}
38
39.tooltipparent .tooltip {
40    display: none;
41}
Note: See TracBrowser for help on using the repository browser.