Änderunegn
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
/*Sidenav */
|
||||
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
@@ -86,12 +85,12 @@ a:focus {
|
||||
#sidebarCollapse {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
margin-left: -250px;
|
||||
|
||||
margin-right: -43px;
|
||||
margin-right: -2.5rem;
|
||||
}
|
||||
|
||||
#sidebarCollapse:hover {
|
||||
background-color: #043381;
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.313em;
|
||||
@@ -103,22 +102,22 @@ a:focus {
|
||||
----------------------------------------------------- */
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
display: flow;
|
||||
align-items:center;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
background-color:#fff;
|
||||
color:#043381;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
}
|
||||
|
||||
#sidebar .sidebar-header {
|
||||
#sidebar .sidebar-header {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -154,26 +153,40 @@ a:focus {
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
ul ul a {
|
||||
font-size: 0.875em !important;
|
||||
padding-left: 30px !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
ul ul a {
|
||||
font-size: 0.875em !important;
|
||||
padding-left: 30px !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
ul.CTAs {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* a.download {
|
||||
ul.CTAs a {
|
||||
text-align: center;
|
||||
font-size: 14px !important;
|
||||
font-size: 1.8229166666666667vw !important;
|
||||
font-size: 0.875rem !important;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.313rem;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 0.313rem;
|
||||
}
|
||||
/* a.download {
|
||||
background: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
@@ -188,34 +201,32 @@ ul ul a {
|
||||
CONTENT STYLE
|
||||
----------------------------------------------------- */
|
||||
|
||||
#content {
|
||||
max-width: /*575px;*/ 126.65198237885463vw;
|
||||
padding: 20px;
|
||||
padding: 1.25em;
|
||||
min-height: 100vh;
|
||||
transition: all 0.5s;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#container-xxl {
|
||||
background-color: #fff;
|
||||
}
|
||||
#content {
|
||||
max-width: /*575px;*/ 126.65198237885463vw;
|
||||
padding: 20px;
|
||||
padding: 1.25em;
|
||||
min-height: 100vh;
|
||||
transition: all 0.5s;
|
||||
|
||||
}
|
||||
#container-xxl {
|
||||
background-color: #fff;
|
||||
}
|
||||
/* ---------------------------------------------------
|
||||
MEDIAQUERIES
|
||||
----------------------------------------------------- */
|
||||
/* @media (max-width: 320px) and (max-height: 640px){*/
|
||||
@media (max-width: 575.98px) {
|
||||
#sidebar {
|
||||
padding: /*2px*/ 0.44052863436123346vw;
|
||||
font-size: 1em;
|
||||
margin-left: -250px;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
padding: /*2px*/ 0.44052863436123346vw;
|
||||
font-size: 1em;
|
||||
margin-left: -250px;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
#sidebar.active {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.57em;
|
||||
@@ -296,13 +307,12 @@ ul ul a {
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
#content_all {
|
||||
font-size: 1rem;
|
||||
font-size: 1.2333000033333vw;
|
||||
min-width: 110%;
|
||||
float: left;
|
||||
background-color: #fff;
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
#footer_content b {
|
||||
@@ -8679,3 +8689,4 @@ li {
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user