Register form - odpravljena težava z uvoženim fontom, footer col1 flex-column

This commit is contained in:
Nejc Kovač 2022-06-21 13:39:04 +02:00
parent 55224149ad
commit 1adcbc9eb6

View File

@ -4,6 +4,7 @@
*/
/* BARVE */
/* FONTI */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700&subset=latin-ext");
.thin {
font-weight: 300;
@ -893,13 +894,14 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
/*# sourceMappingURL=style.css.map */
/* -------------------------------------------------------------------------------------- */
/*
Author : Nejc Kovač
Urejanje landing page
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); */
body.landing_page #main {
background-image: none;
@ -1034,4 +1036,10 @@ body.landing_page #main .landing_page_window .register_window .lostpass {
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
}
footer .footer_content .col1-flex{
display: flex;
flex-direction: column;
}