diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index ebb1e01..c307117 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -1277,24 +1277,24 @@ body.is-p-subnav .site-header { border-left: 1px solid rgb(223, 224, 226); } .p-selection-table tbody tr:hover td { - background: rgba(175, 181, 185, 0.12)!important;; + background: rgba(175, 181, 185, 0.12)!important; } @media (max-width: 1439px) { .p-selection-modal__dialog { - border-radius: 20Px; + border-radius: 20Px!important; } .p-selection-modal__head { - padding: 20Px 24Px; + padding: 20Px 24Px!important; } .p-selection-modal__title { - font-size: 20Px; - line-height: 28Px; + font-size: 20Px!important; + line-height: 28Px!important; } .p-selection-table th, .p-selection-table td { - padding: 16Px 12Px; - font-size: 15Px; - line-height: 20Px; + padding: 16Px 12Px!important; + font-size: 15Px!important; + line-height: 20Px!important; } } \ No newline at end of file