challenge-vtex-io-thiago-br.../styles/css/vtex.tab-layout.css

42 lines
1.0 KiB
CSS

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.container--description {
padding: 0 40px;
}
.container--description .listContainer {
display: flex;
padding: 0 80px;
border-bottom: 1px solid #b9b9b9;
justify-content: space-between;
}
.container--description .listContainer .listItem {
margin: 0;
padding: 0;
height: 38px;
width: 114px;
}
.container--description .listContainer .listItem :global(.vtex-button) {
background-color: transparent;
border: none;
color: #bfbfbf;
width: 100%;
}
.container--description .listContainer .listItem :global(.vtex-button) :global(.vtex-button__label) {
padding: 0 !important;
height: 38px;
font-weight: 400;
font-size: 18px;
line-height: 38px;
text-transform: capitalize;
}
.container--description .listContainer .listItem :global(.vtex-button) :global(.vtex-button__label):hover {
color: black;
border-bottom: 2px solid #000000;
}