upDate UMBE
This commit is contained in:
1521
src/style/576.scss
1521
src/style/576.scss
File diff suppressed because it is too large
Load Diff
@@ -1,46 +0,0 @@
|
||||
@media (min-width: 576px) and (max-width: 767.98px) {
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
/*- -*/
|
||||
/*- General Styles & Structure -*/
|
||||
/*- (min-width: 576px) and (max-width: 767.98px) -*/
|
||||
/*-----------------------------------------------------------------*/
|
||||
.content {
|
||||
max-width: 1920px;
|
||||
display: grid;
|
||||
column-gap: 0px;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
.stretch-2 {
|
||||
-ms-grid-row: 1;
|
||||
-ms-grid-column: 1;
|
||||
-ms-grid-column-span: 1;
|
||||
grid-area: 1/1/1/4 !important;
|
||||
width: calc(100% - 3%);
|
||||
}
|
||||
|
||||
.only-form-mainContent {
|
||||
padding: 20px 1% !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.right-sidebar {
|
||||
display: block;
|
||||
max-width: 940px;
|
||||
-ms-grid-row: 1;
|
||||
-ms-grid-column: 3;
|
||||
grid-area: 1/3/1/3;
|
||||
padding-top: 0px;
|
||||
margin-top: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.login-container {
|
||||
grid-template-columns: 1fr !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* END QUERY */
|
||||
@@ -1,228 +0,0 @@
|
||||
@media (min-width: 992px) and (max-width: 10000px) {
|
||||
/*-----------------------------------------------------------------*/
|
||||
/*- -*/
|
||||
/*- General Styles & Structure -*/
|
||||
/*- (min-width: 992px) and (max-width: 10000px) -*/
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
||||
.hide-on-mobile {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 1920px;
|
||||
width: 100%;
|
||||
padding: 0 2% 10px 2%;
|
||||
margin: 20px auto;
|
||||
display: grid;
|
||||
column-gap: 20px;
|
||||
grid-template-columns: 2fr 6fr 2fr;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
.stretch-2 {
|
||||
-ms-grid-row: 1;
|
||||
-ms-grid-column: 2;
|
||||
-ms-grid-column-span: 2;
|
||||
grid-area: 1/2/1/2;
|
||||
width: calc(100% - 4%);
|
||||
|
||||
}
|
||||
|
||||
.only-form-mainContent {
|
||||
padding: 20px 1% !important;
|
||||
width: calc(100% - 0%) !important;
|
||||
grid-area: 1/2/1/4;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.only-login-mainContent {
|
||||
padding: 20px 1% !important;
|
||||
width: calc(100% - 0%) !important;
|
||||
grid-area: 1/2/1/4;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.right-sidebar {
|
||||
display: block;
|
||||
max-width: 940px;
|
||||
-ms-grid-row: 1;
|
||||
-ms-grid-column: 3;
|
||||
grid-area: 1/3/1/3;
|
||||
padding-top: 0px;
|
||||
margin-top: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainContent h1 {
|
||||
margin-top: 0;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mainContent a {
|
||||
color: #3A4AB5;
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.mainContent a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mainContent p {
|
||||
line-height: 1.7em;
|
||||
padding-right: 1em;
|
||||
font-size: 1.1em;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
/*- -*/
|
||||
/*- Branding: -*/
|
||||
/*- (min-width: 992px) and (max-width: 10000px) -*/
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
||||
|
||||
.hamburger_menu {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
nav {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: none;
|
||||
opacity: 1;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.nav-hr {
|
||||
display: block;
|
||||
border: 1px solid #ff7d26;
|
||||
margin: 0em 0;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.active {
|
||||
background-color: #FFF !important;
|
||||
color: #000 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.active:hover {
|
||||
background-color: #ff7d26 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.droparrow1::after {
|
||||
transform: translate(0, -50%) rotate(0deg) !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
footer a {
|
||||
font-size: 18px;
|
||||
line-height: 40px;
|
||||
display: inline;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 2em;
|
||||
}
|
||||
|
||||
.grw-net-widget {
|
||||
width: 100% !important
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
/*- -*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* END QUERY */
|
||||
|
||||
/**
|
||||
* SECTION: User Interface - Ausweis style
|
||||
*/
|
||||
|
||||
.container-ausweis {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
width: 100%;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.container-ausweis a {
|
||||
cursor: pointer;
|
||||
color: rgb(58, 74, 181) !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.container-ausweis h4 {
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.container-ausweis h5 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.login-container {
|
||||
grid-area: 4/1/4/3;
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
.energieausweis-img {
|
||||
width: 100%;
|
||||
height: min-content;
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
/**
|
||||
* SECTION: Popups
|
||||
*/
|
||||
|
||||
|
||||
.popup-bottom {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
min-height: 50px;
|
||||
width: 100%;
|
||||
background-color: rgb(255, 125, 38);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 10px 20px;
|
||||
z-index: 10;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
|
||||
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
|
||||
|
||||
* {
|
||||
font-weight: 400;
|
||||
box-sizing: border-box;
|
||||
font-family: "Abel", "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
@import './576';
|
||||
@import './768';
|
||||
@import './992';
|
||||
|
||||
@import "./smaller-768";
|
||||
|
||||
article hr {
|
||||
@apply mb-4 mt-4;
|
||||
}
|
||||
|
||||
article {
|
||||
@apply px-6 md:px-8 py-6 w-full relative bg-white;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
@apply text-4xl font-normal my-4;
|
||||
}
|
||||
|
||||
article h2 {
|
||||
@apply text-2xl font-normal my-4;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
@apply text-xl font-normal my-2;
|
||||
}
|
||||
|
||||
article a {
|
||||
@apply text-blue-700 font-medium text-lg;
|
||||
}
|
||||
|
||||
article select {
|
||||
@apply rounded-lg px-2 py-1.5 outline-none;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
@apply h-5 w-4 checkbox-secondary;
|
||||
}
|
||||
@@ -31,20 +31,11 @@
|
||||
font-family: "Heron";
|
||||
}
|
||||
|
||||
|
||||
.promo1{
|
||||
font-weight: 700;
|
||||
box-sizing: border-box;
|
||||
font-family: "Antique Olive Compact bold";
|
||||
text-shadow: 2px 2px 8px #222;
|
||||
|
||||
}
|
||||
|
||||
.promo{
|
||||
.promo{
|
||||
font-weight: 700;
|
||||
box-sizing: border-box;
|
||||
font-family: "Antique Olive Compact bold";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
@@ -57,13 +48,23 @@ body{
|
||||
hover:bg-gradient-to-br from-secondary to-secondary-grad hover:shadow-lg transition-all hover:no-underline hover:ring-2 hover:ring-primary
|
||||
}
|
||||
|
||||
input[type="text"], input[type="number"], input[type="password"], select{
|
||||
input, select, textarea{
|
||||
@apply py-1.5 px-2.5 w-full outline-none;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
select{
|
||||
@apply min-h-[38px] ring-1 ring-black/15 rounded-sm}
|
||||
|
||||
input[type="checkbox"]{@apply inline-block accent-secondary}
|
||||
|
||||
radio{@apply accent-primary}
|
||||
|
||||
input:disabled, input:read-only, select:disabled {
|
||||
@apply bg-gray-200 border-gray-500/15;
|
||||
}
|
||||
|
||||
/*ARTICLE*/
|
||||
|
||||
@@ -76,15 +77,18 @@ article {
|
||||
h2{@apply text-2xl font-normal mb-2;}
|
||||
h3 {@apply text-xl font-normal ml-1;}
|
||||
|
||||
a {@apply text-blue-700 font-medium text-lg;}
|
||||
a {@apply text-blue-700 font-medium inline;}
|
||||
|
||||
p {@apply text-lg font-normal mb-2;}
|
||||
li {@apply text-lg font-normal}
|
||||
ul {@apply inline-block}
|
||||
span {@apply text-secondary font-bold;}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*SIDEBARS*/
|
||||
|
||||
/*BOXES*/
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
/*=============================================
|
||||
= Target Everything below 768px =
|
||||
=============================================*/
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.filter-bar {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user