summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/main.scss
blob: f4ce2c4b409c3aaece64a4c7ce6f7192ed84311f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import "compass/css3";
@import "reset";
@import "foundation";
@import "colors";
@import "styles";


html {
    height:100%;
}
body {
    min-height:100%;
    overflow: hidden;
    background: #FFF;
}
header#main {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.tip-msg {
  padding: 10px;
  margin: 8px 20px -25px 20px;
  background: $warning;
  color: darken($warning, 50%);
  font-size: 0.9em;
  i {
    margin-right: 5px;
  }
}

.text-right {
  text-align: right;
}