Use hex codes for colors
This commit is contained in:
parent
0f914ce77d
commit
db331447e1
13 changed files with 23 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
||||||
.card {
|
.card {
|
||||||
background: white;
|
background: #FFFFFF;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.path_mine_false {
|
.path_mine_false {
|
||||||
color: red
|
color: #FF0000
|
||||||
}
|
}
|
||||||
|
|
||||||
#path_messages {
|
#path_messages {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
|
|
||||||
.form-control.libelle {
|
.form-control.libelle {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -94,7 +94,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-default {
|
.text-default {
|
||||||
color: grey;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-purple {
|
.progress-bar-purple {
|
||||||
|
@ -125,13 +125,13 @@ form {
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: white;
|
background: #FFFFFF;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vr {
|
.vr {
|
||||||
border-left: 1px solid grey;
|
border-left: 1px solid #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
#map div.polygon-elbow {
|
#map div.polygon-elbow {
|
||||||
-webkit-transition: opacity .25s;
|
-webkit-transition: opacity .25s;
|
||||||
box-shadow: 0 0 0 2px white, 0 0 10px rgba(0, 0, 0, .35);
|
box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px rgba(0, 0, 0, .35);
|
||||||
border: 5px solid #D7217E;
|
border: 5px solid #D7217E;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: opacity 0.25s;
|
transition: opacity 0.25s;
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
#map div.polygon-elbow.non-polygon {
|
#map div.polygon-elbow.non-polygon {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
border: 5px solid darkgray;
|
border: 5px solid #A9A9A9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map.mode-edit div.polygon-elbow {
|
#map.mode-edit div.polygon-elbow {
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
.info {
|
.info {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
font: 14px/16px Arial, Helvetica, sans-serif;
|
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||||
background: white;
|
background: #FFFFFF;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: rgba(255, 255, 255, 0.8);
|
||||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-error {
|
.input-error {
|
||||||
color: darkred !important;
|
color: #8B0000 !important;
|
||||||
border-color: darkred !important
|
border-color: #8B0000 !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.type_champ-text {
|
.type_champ-text {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
h5{
|
h5{
|
||||||
color: grey;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logos {
|
.logos {
|
||||||
|
@ -29,14 +29,14 @@
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-tps{
|
.background-tps{
|
||||||
background-color: #668AEA;
|
background-color: #668AEA;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest_release{
|
.latest_release{
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
border-color: grey;
|
border-color: #808080;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
#first-block {
|
#first-block {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
#title_navbar{
|
#title_navbar{
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-nav {
|
.btn-nav {
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
|
@ -8,5 +8,5 @@
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
||||||
border: solid black 1px;
|
border: solid #000000 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: -470px;
|
right: -470px;
|
||||||
background-color: rgba(255, 255, 255, 0.95);
|
background-color: rgba(255, 255, 255, 0.95);
|
||||||
border-left: solid 1px lightgrey;
|
border-left: solid 1px #D3D3D3;
|
||||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
|
||||||
width: 470px;
|
width: 470px;
|
||||||
height: calc(100% - 25px);
|
height: calc(100% - 25px);
|
||||||
|
|
|
@ -84,14 +84,14 @@ $segmented-control-item-border-radius: 2 * $default-space;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $blue-hover;
|
background-color: $blue-hover;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.segmented-control-item-active {
|
.segmented-control-item-active {
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
background-color: #990000;
|
background-color: #990000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue