@import '_variables'; @import '_mixins'; .custom-row { display: flex; align-items: center; border-bottom: 1px solid $separator-border-color; &:first-child { font-size: 16px; } & > div { padding: 10px; width: 350px; &:nth-child(2) { max-width: 60px !important; } @media screen and (max-width: $small-view) { width: auto; &:first-child { flex-grow: 1; } } } }