Importation des concours
This commit is contained in:
74
public/assets/sass/framework/_image.scss
Normal file
74
public/assets/sass/framework/_image.scss
Normal file
@@ -0,0 +1,74 @@
|
||||
.imaged{
|
||||
height: auto;
|
||||
border-radius: $borderRadius;
|
||||
&.w16{
|
||||
width: 16px !important;
|
||||
}
|
||||
&.w24{
|
||||
width: 24px !important;
|
||||
}
|
||||
&.w32{
|
||||
width: 32px !important;
|
||||
}
|
||||
&.w36{
|
||||
width: 36px !important;
|
||||
}
|
||||
&.w48{
|
||||
width: 48px !important;
|
||||
}
|
||||
&.w64{
|
||||
width: 64px !important;
|
||||
}
|
||||
&.w76{
|
||||
width: 76px !important;
|
||||
}
|
||||
&.w86{
|
||||
width: 86px !important;
|
||||
}
|
||||
&.w100{
|
||||
width: 100px !important;
|
||||
}
|
||||
&.w120{
|
||||
width: 120px !important;
|
||||
}
|
||||
&.w140{
|
||||
width: 140px !important;
|
||||
}
|
||||
&.w160{
|
||||
width: 160px !important;
|
||||
}
|
||||
&.w180{
|
||||
width: 180px !important;
|
||||
}
|
||||
&.w200{
|
||||
width: 200px !important;
|
||||
}
|
||||
&.img-fluid{
|
||||
width: 100%;
|
||||
}
|
||||
&.rounded{
|
||||
border-radius: 100% !important;
|
||||
}
|
||||
&.radius{
|
||||
border-radius: $borderRadius !important;
|
||||
}
|
||||
&.square{
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
&.filter-grayscale{
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
&.filter-sepia{
|
||||
filter: sepia(80%);
|
||||
}
|
||||
&.filter-blur{
|
||||
filter: blur(1px);
|
||||
}
|
||||
&.shadowed{
|
||||
box-shadow: $boxShadow;
|
||||
}
|
||||
&.mirrored{
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user