Revert "Merge branch 'dev' into master"

This reverts commit 18b89e8c35, reversing
changes made to 81132e9ccf.
This commit is contained in:
Yigit Kerem Oktay
2020-11-05 16:51:43 +03:00
parent 18b89e8c35
commit 46c0b55779
37 changed files with 118 additions and 5673 deletions
+3 -67
View File
@@ -27,10 +27,6 @@ a:focus {
color:#f5f4f4;
}
a.desc-tool-tip, a.desc-tool-tip:hover, a.desc-tool-tip:visited {
color: grey;
}
.centered {
text-align: center
}
@@ -61,7 +57,7 @@ a.desc-tool-tip, a.desc-tool-tip:hover, a.desc-tool-tip:visited {
}
.navbar-collapse
{
background: gray;
background: #2f60a3;
}
.navbar-default {
z-index: 200;
@@ -69,6 +65,7 @@ a.desc-tool-tip, a.desc-tool-tip:hover, a.desc-tool-tip:visited {
border-color: transparent;
border-radius: 0px 0px 30px 30px;
height: 77px;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
@@ -140,6 +137,7 @@ body a h1{
.status{
float: right;
box-sizing: border-box;
padding: 15px 35px;
text-align: right;
font-size: 1.05em;
font-family: 'Fira Sans', sans-serif;
@@ -627,65 +625,3 @@ label.form-name
.panel .panel-footer .label{
display: inline-block;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}