qlobbe.css 1.36 KB
Newer Older
Alexandre Delanoë's avatar
Alexandre Delanoë committed
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
html,body {
  height: 100%;
}

hr {
	border-color: #555555;
}

.alert-label {
	margin-bottom: 0px;
}

.custom-file-label {
	overflow: hidden;
	border-color: rgb(101, 101, 127);
}

.drop-down-menu, .drop-down-menu:hover, .drop-down-menu:active, .drop-down-menu:focus  {
	color: #0d1824;
	outline: 0;
}

.rotate {
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.title {
	color: #0d1824;
	font-family: 'Montserrat', sans-serif;
	text-rendering: optimizeLegibility; 
	font-weight: 600;
	font-style: normal;
}

#btn_draw {
	background-color: #63c4e2;
	border-color: rgb(101, 101, 127);
}

#btn_reset {
	position: absolute;
	left: 15px;
	top: 15px;
	border-color: #555555;
}

#layer-radio {
	display: none;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 10px;
}

#left_view {
	padding-top: 15px;
	background-color: rgb(240, 240, 243);
	border-right: 1px solid #555555;
	color: #0d1824;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility; 
}

#options {
	display: none;
}

#processing {
	color: #0d1824;
	background-color: rgb(240, 240, 243);
	border-color: rgb(101, 101, 127);
	display: none;
}

#right_view {
	padding-top: 15px;
	background-color: #FFF;
	position: relative;	
}