testes/Css/page/Ambiente/Monitoramento/sec_cap_1.css

68 lines
1.1 KiB
CSS

.carrossel_host {
width: 100%;
height: 20vh;
display: flex;
align-items: center;
position: relative;
}
.carrossel_host .list {
overflow: hidden;
width: 100%;
height: 15vh;
scroll-behavior: smooth;
padding: 1vw;
display: flex;
align-items: center;
gap: 2vw;
}
.carrossel_host .list .item button {
background: none;
border: none;
outline: none;
width: 12vw;
height: 5vh;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2vw;
background-color: var(--Cor_Segundaria_5_1);
padding: 2vw;
color: var(--Matriz);
font-family: var(--font_titulo);
font-size: 1vw;
}
.carrossel_host .button button {
background: none;
outline: none;
border: none;
padding: 0.5vw;
border-radius: 0.5vw;
backdrop-filter: blur(2px);
background-color: #00000070;
}
.carrossel_host .button img {
width: 2vw;
}
#next {
position: absolute;
right: 1vw;
top: 15vh;
}
#prev {
position: absolute;
left: 1vw;
top: 15vh;
}