Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

provide-custom.css
1
:root {
2
  /* Dashboard variables*/
3
  --sidebar-width: 320px;
4
  --sidebar-font-size: 16px;
5
  --header-height: 70px;
6
  --primary-color: #0d47a1;
7
  --secondary-color: #1CA9D5;
8

  
9
  --monitor-header-menu-height: 100px;
10
}
11

  
12
.clear-style {
13
  padding-left: 0px !important;
14
}
15

  
16

  
1 17
.comment {
2 18
  font-size: 70%;
3 19
}
......
15 31
  display: inline-block;
16 32
}
17 33

  
34
body.landing {
35
  padding-top: 0px;
36
}
37

  
18 38
/********* LOADERS *********/
19 39

  
20 40
.loading {
......
77 97

  
78 98
/********* FORM WIZARD *********/
79 99

  
80
.wizard > .content {
100
.provide .wizard > .content {
81 101
  overflow: scroll;
82 102
  min-height: 480px;
83 103
}
84 104

  
85
.wizard .content .body .uk-form-label {
105
.provide .wizard .content .body .uk-form-label {
86 106
  display: block;
87 107
  font-weight: 500;
88 108
  font-size: 14px;
......
149 169

  
150 170
/********** REPOSITORY LIST/GRID VIEW **********/
151 171

  
152
.md-card .md-card-head-img {
172
.provide .md-card .md-card-head-img {
153 173
  height: 80%;
154 174
  margin-top: 5%;
155 175
}
156 176

  
157
a.md-card p {
177
.provide a.md-card p {
158 178
  color: #444;
159 179
}
160 180

  

Also available in: Unified diff