Skip to content
Snippets Groups Projects
Commit d2bbb69e authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Improve arrows in homepage carrousel

parent e7a66a3d
No related branches found
No related tags found
5 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa,!25Homologa fix henrique
......@@ -21,15 +21,28 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>
}
.carousel .control-arrow {
background: orange !important;
position: relative !impontant;
}
.carousel.carousel-slider .control-arrow {
top: 40% !important;
bottom: 50% !important;
border-radius: 100% !important;
opacity: 0.8 !important;
padding: 12px !important;
/* position: relative !important; */
-webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.MuiPaper-elevation1-209{
box-shadow: none !important;
}
.carousel.carousel-slider .control-arrow {
top: 35%!important;
bottom: 50%!important;
border-radius: 100%!important;
opacity: 1!important;
text-align: center;
vertical-align: middle;
height: 50px;
width: 50px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment