ajaxbeta
This commit is contained in:
@@ -20,7 +20,6 @@ form {
|
||||
}
|
||||
|
||||
#grav-login {
|
||||
|
||||
> form {
|
||||
margin: 2rem auto 0;
|
||||
max-width: 350px;
|
||||
|
||||
@@ -7,37 +7,21 @@ html, body, header{
|
||||
|
||||
body{
|
||||
#start{
|
||||
width: calc( #{$Wi} - #{$marg} );
|
||||
width: $Wi50;
|
||||
margin: $marg auto auto $marg;
|
||||
#text_figli{
|
||||
p {
|
||||
a{
|
||||
position: relative;
|
||||
// &::after{
|
||||
// display: block;
|
||||
// content: '';
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
// transform: translate(-25%,-65%);
|
||||
// z-index: 999;
|
||||
// }
|
||||
// &:hover{
|
||||
// &::after{
|
||||
// content: url('/user/themes/figureslibres/images/ovale.svg');
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// top: 0;
|
||||
// left: 0;
|
||||
// }
|
||||
// }
|
||||
&.marg{
|
||||
margin-right: $marg;
|
||||
}
|
||||
}
|
||||
}
|
||||
#item_list{
|
||||
width: 80vw;
|
||||
.card{
|
||||
width: calc((100% / 3) - ( #{$marg} * 2) );
|
||||
width: calc((100% / 5) - ( #{$marg} * 2) );
|
||||
height: auto;
|
||||
// overflow: hidden;
|
||||
display: inline-block;
|
||||
@@ -45,7 +29,10 @@ body{
|
||||
line-height: 0;
|
||||
margin-right: $marg;
|
||||
position: relative;
|
||||
margin-top: $marg;
|
||||
margin-top: $marg;
|
||||
a{
|
||||
display: block;
|
||||
}
|
||||
.card-header{
|
||||
display: none;
|
||||
& > *{
|
||||
@@ -70,10 +57,24 @@ body{
|
||||
}
|
||||
#item{
|
||||
width: calc( 307% - #{$marg} );
|
||||
// margin-left: -50vw;
|
||||
.content-title{
|
||||
margin: 30px auto;
|
||||
a{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.e-content{
|
||||
margin: 30px auto;
|
||||
p{
|
||||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
&:not(.home){
|
||||
#start{
|
||||
|
||||
@@ -13,7 +13,7 @@ header{
|
||||
.home{
|
||||
p{
|
||||
font-size: $txt-figli;
|
||||
line-height: $Flhome;
|
||||
line-height: 3rem;
|
||||
}
|
||||
#text_figli{
|
||||
strong{
|
||||
|
||||
Reference in New Issue
Block a user