css user conect

This commit is contained in:
2020-08-01 17:06:02 +02:00
parent fbd5e55c32
commit 8ad7a9ccd1
5 changed files with 68 additions and 3 deletions
+4
View File
@@ -180,3 +180,7 @@ AddEncoding gzip svgz
# Disable Proxy header, since it's an attack vector.
RequestHeader unset Proxy
</IfModule>
#RewriteEngine On
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,41 @@
form{
&.user-login-form{
padding: 2rem;
background: white;
& > div {
&:not(:last-child){
margin-bottom: 2rem;
}
.js-form-required{
margin-bottom: 0;
font-family: 'truenoregular';
}
input{
border: 2px solid $color2;
border-radius: 10px;
padding: 0.5rem;
&:focus{
border: 2px solid $color1;
border-radius: 10px!important;
padding: 0.5rem!important;
outline: none!important;
}
}
.description{
font-size: 0.8rem;
margin-top: 0.4rem;
font-family: 'truenolight';
}
}
#edit-actions{
display: flex;
input{
margin: auto;
background: white;
&:hover{
@include shadow;
}
}
}
}
}
@@ -29,6 +29,7 @@
// components
@import "components/admin/edit.scss";
@import "components/admin/toolbar.scss";
@import "components/admin/connect.scss";
@import "components/header/header.scss";
@import "components/header/sub_menu.scss";
@import "components/forms/filter.scss";
@@ -162,7 +163,6 @@ article img,
max-width: 100%;
}
// tac
#tarteaucitronRoot{
#tarteaucitronDisclaimerAlert,