Parcourir la source

Update business_theme_v14.css with Zoni Brand colors

Oscar Perez-Tuta il y a 1 an
Parent
révision
3041db3ea6
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 18 ajouts et 18 suppressions
  1. 18
    18
      business_theme_v14/public/css/business_theme_v14.css

+ 18
- 18
business_theme_v14/public/css/business_theme_v14.css Voir le fichier

@@ -74,12 +74,12 @@
74 74
 /* Heading Text Color */
75 75
 /*
76 76
 .page-head{
77
-    background: #7C7BAD !important;
78
-    background: #7C7BAD !important;
77
+    background: #00529B !important;
78
+    background: #00529B !important;
79 79
 }
80 80
 .page-container{
81
-    background: url(/web_responsive/static/src/css/../img/home-menu-bg-overlay.svg), linear-gradient(to bottom, #7C7BAD, #c3c2cc); !important;
82
-    background-color: url(/web_responsive/static/src/css/../img/home-menu-bg-overlay.svg), linear-gradient(to bottom, #7C7BAD, #c3c2cc); !important;
81
+    background: url(/web_responsive/static/src/css/../img/home-menu-bg-overlay.svg), linear-gradient(to bottom, #00529B, #BBDFFF); !important;
82
+    background-color: url(/web_responsive/static/src/css/../img/home-menu-bg-overlay.svg), linear-gradient(to bottom, #00529B, #BBDFFF); !important;
83 83
 }
84 84
 h3.ellipsis.title-text,
85 85
 .widget-group .widget-group-head .widget-group-title,
@@ -91,7 +91,7 @@ h3.ellipsis.title-text,
91 91
 /* Form Input Focus *//*
92 92
 
93 93
 input:focus{
94
-    border: 1px solid #7C7BAD !important;
94
+    border: 1px solid #00529B !important;
95 95
 }
96 96
 .form-control:focus{
97 97
     box-shadow: 0 0 0 2px rgba(94, 108, 162, 0.25) !important;
@@ -123,7 +123,7 @@ input:focus{
123 123
 /* Dropdown List Hover *//*
124 124
 
125 125
 .awesomplete > ul > li:hover, .awesomplete > ul > li[aria-selected="true"]{
126
-    background-color: #a492bf;
126
+    background-color: #0AA0F4;
127 127
 }*/
128 128
 
129 129
 
@@ -135,12 +135,12 @@ input:focus{
135 135
 
136 136
 /* Colours */
137 137
 :root {
138
-    --background-color: #36414c;
139
-    --primary-color: #ffa00a;
140
-    --secondary-color: #7574ff;
138
+    --background-color: #004A93;
139
+    --primary-color: #EF3E42;
140
+    --secondary-color: #007BFF;
141 141
     --white-color: #F8FBFF;
142 142
     --black-color: #000000;
143
-    --gray-color: #888;
143
+    --gray-color: #93AABE;
144 144
 
145 145
     --page-head-height: 50px;
146 146
     --navbar-height: 50px;
@@ -157,7 +157,7 @@ input:focus{
157 157
     border-radius: 0 !important;
158 158
 }
159 159
 .btn-primary:hover{
160
-    background-color: rgba(255, 120, 10, 0.93) !important;
160
+    background-color: #FF1B1FED !important;
161 161
 }
162 162
 /* .btn-secondary{
163 163
     background-color: #606060 !important;
@@ -166,7 +166,7 @@ input:focus{
166 166
     transition: background-color ease-in-out .15s;
167 167
 }
168 168
 .btn-secondary:hover{
169
-    background-color: rgba(255, 120, 10, 0.93) !important;
169
+    background-color: #FF1B1FED !important;
170 170
 } */
171 171
 .page-head,
172 172
 .page-head .page-head-content{
@@ -264,7 +264,7 @@ input{
264 264
     outline: 0;
265 265
     border: 1px solid var(--primary-color);
266 266
     box-shadow: none;
267
-    background: rgba(255, 160, 10, 0.14) !important;
267
+    background: #F8C2C324 !important;
268 268
 }
269 269
 .navbar .navbar-nav a.nav-link{
270 270
     color: var(--white-color);
@@ -281,16 +281,16 @@ symbol#icon-small-down{
281 281
     border: 1px solid #bbbbbb;
282 282
 }
283 283
 .form-grid .grid-heading-row{
284
-    background-color: #f4f4f4;
284
+    background-color: #ECF4FE;
285 285
 }
286 286
 .grid-heading-row{
287 287
     border-bottom: 1px solid var(--primary-color);
288 288
 }
289 289
 .grid-row > .row .col{
290
-    border-right: 1px solid #d1d8dd;
290
+    border-right: 1px solid #A0C7EA;
291 291
 }
292 292
 .form-grid .grid-row:hover{
293
-    background: rgba(255, 152, 0, 0.15);
293
+    background: #FD757826;
294 294
 }
295 295
 
296 296
 /* Heading Color */
@@ -310,7 +310,7 @@ symbol#icon-small-down{
310 310
 
311 311
 /* Report Table */
312 312
 .datatable .dt-header .dt-cell--header .dt-cell__content{
313
-    background-color: #f4f4f4;
313
+    background-color: #ECF4FE;
314 314
 }
315 315
 
316 316
 
@@ -326,7 +326,7 @@ symbol#icon-small-down{
326 326
 .filter-button:hover,
327 327
 .sort-selector-button:hover,
328 328
 .btn-order:hover{
329
-    background-color: #c83b3b !important;
329
+    background-color: #6CB1FB !important;
330 330
 }
331 331
 .filter-button span.filter-icon{
332 332
     color: var(--white-color);