подкласс?
все перепробовал почему-то подкласс не подхватывается
&-show {
tr {
td:last-child {
text-align: left;
}
}
}
}
Вон напримар так: .fms-table-curved { border-collapse: collapse; td { position: relative; border-bottom: 2px solid white; border-top: 2px solid white; vertical-align: inherit; &:last-child { border-radius: 0 10px 10px 0; } &:first-child { border-radius: 10px 0 0 10px; } } .tr-line { box-shadow: 0px 0px 10px -5px #575a6c; border-radius: 10px; height: 30px; } tr.tr-line>td { background-color: #fff; } .tr-separator { display: block; background: none !important; height: 5px; } .link { color: #00C1B3; font-weight: bold; cursor: pointer; } tr { &.tr-line:hover td { background: $base-gradient; color: #fff; button.dropdown-toggle>i { color: #fff; } } &.tr-line:hover td.link { background: $base-gradient; color: #3EEDE0; } } }
Обсуждают сегодня