Project

General

Profile

« Previous | Next » 

Revision 58381

made some css changes in the sidebar and topbar of the dashboard

View differences:

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

  
......
45 45

  
46 46
.app_my_theme #header_main {
47 47
  background: #fff;
48
  border-bottom: 1px solid #6299EC;
48
  border-bottom: 1px solid #23C1FF;
49
  box-shadow: 0px 1px 6px #0000004D;
49 50
}
50 51

  
51 52
.dashboard #header_main circle, .dashboard #header_main .login svg {
52
  stroke: #707070;
53
  /*stroke: #707070;*/
54
  stroke: #23C1FF;
55
  fill: #23C1FF;
53 56
}
54 57

  
55 58
.dashboard #header_main text {
56
  stroke: #707070;
59
  /*stroke: #707070;*/
60
  stroke: white;
61
  fill: white;
57 62
}
58 63

  
59 64
/*********************************/
......
61 66
/************ SIDEBAR ***********/
62 67

  
63 68
.provideLogo {
64
  width: 151px;
69
  width: 90%;
65 70
}
66 71

  
67 72
.dashboard #sidebar_main {
68 73
  overflow: auto;
74
  box-shadow: 1px 0px 6px #0000004D;
69 75
}
70 76

  
71 77
.dashboard #sidebar_main .menu_section {
......
124 130
  border-radius: 50%;
125 131
  text-align: center;
126 132
  font-size: 16px;
127
  border: 1px solid #000;
128 133
  margin-right: 25px;
134
  /*border: 1px solid #000;*/
135
  border: 1px solid #23C1FF;
136
  background-color: #23C1FF;
137
  color: #fff;
129 138
}
130 139

  
131 140
.dashboard #sidebar_main .menu_section .menu_icon_circle {
132 141
  /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
133
  border: 1px solid #000000;
142
  border: 1px solid #cccccc;
134 143
  opacity: 1;
135 144
  border-radius: 50%;
136 145
  /*padding: 0px 8px;*/

Also available in: Unified diff