Commit 964085fd authored by Isaque Melo's avatar Isaque Melo
Browse files

Corrige tipografia

No related merge requests found
Pipeline #9679 passed with stages
in 53 seconds
......@@ -84,6 +84,10 @@
.banner-small--title {
margin-bottom: 20px;
color: #15294B;
display: flex;
align-items: center;
justify-content: center;
&:before {
content: "";
......@@ -96,13 +100,6 @@
background-size: contain;
margin-right: 20px;
}
}
.banner-small--title {
color: #15294B;
display: flex;
align-items: center;
justify-content: center;
span {
padding-left: 0;
......@@ -110,7 +107,12 @@
}
.banner-small--description {
color: white;
color: #FFFFFF;
font-size: 17px;
font-weight: 800;
letter-spacing: 0;
line-height: 19px;
text-align: center;
}
}
......
......@@ -9518,6 +9518,13 @@ body .em-calendar td ul li a {
.banner-small.banner-info .banner-small--title {
margin-bottom: 20px;
color: #15294B;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.banner-small.banner-info .banner-small--title:before {
......@@ -9532,22 +9539,17 @@ body .em-calendar td ul li a {
margin-right: 20px;
}
.banner-small.banner-info .banner-small--title {
color: #15294B;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.banner-small.banner-info .banner-small--title span {
padding-left: 0;
}
.banner-small.banner-info .banner-small--description {
color: white;
color: #FFFFFF;
font-size: 17px;
font-weight: 800;
letter-spacing: 0;
line-height: 19px;
text-align: center;
}
.banner-small.banner-materiais {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment