uppercase
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
width: max-content;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.2;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
&:not(:first-child) {
|
||||
&::before {
|
||||
@@ -82,7 +83,8 @@
|
||||
display: block;
|
||||
h3{
|
||||
&:after{
|
||||
content:'-';
|
||||
content:url(../images/path1.svg);
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -263,9 +263,7 @@ form {
|
||||
// thumbnails_participants
|
||||
.thumbnails_participants {
|
||||
@include shadow_participants;
|
||||
* {
|
||||
// color: $color2024;
|
||||
}
|
||||
|
||||
.__name {
|
||||
font-family: "Marianneregular";
|
||||
font-size: 1rem;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$color1: #b9a47eff;
|
||||
$color2: #1d378eff;
|
||||
$color2024: rgb(3,135,136);
|
||||
$color2024: #038788;
|
||||
$col_black: black;
|
||||
$color_orange: rgb(255, 128, 77);
|
||||
$lightgrey: #6f6d7dff;
|
||||
|
||||
@@ -24,6 +24,9 @@ header {
|
||||
|
||||
#txt_present {
|
||||
margin: 3rem 0;
|
||||
.medias{
|
||||
display: none;
|
||||
}
|
||||
@media screen and (min-width: 992px) {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
@@ -158,10 +161,10 @@ header {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
// text-transform: uppercase;
|
||||
margin: 0;
|
||||
font-family: "Marianne";
|
||||
font-size: 2rem;
|
||||
font-family: "Mariannebold";
|
||||
font-size: 2.5rem;
|
||||
letter-spacing: $letter_spacingH;
|
||||
color: $color2024;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user