/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 09-Aug-2018, 14:28:11 Author : podkrizniku */ #surveySpeederIndex { background-color: white; } #speeder_table { position: relative; margin-top: 55px; position: relative; margin-top: 0px; } #tbl_speeder { border-spacing: 0px; table-layout: fixed; padding: 0px; margin: 0px; border-collapse: collapse; border: 1px solid $soft_blue; border-top: none; tr { border-top: 1px solid $soft_blue; } tr.floatingHeader { border-bottom: 1px solid $soft_blue; } th { padding: 3px 8px; text-align: center; border-left: 1px solid $soft_blue; border-right: 1px solid $soft_blue; color: black; background-color: $soft_blue_very_lighten; font-weight: normal; span { vertical-align: middle; margin-left: 3px; } } td { padding: 3px 8px; text-align: center; border-left: 1px solid $soft_blue; border-right: 1px solid $soft_blue; color: black; background-color: $grey_almost_white; } tr.colored { td { background-color: white; } } tr.speeder { td { background-color: #FFE8E8 !important; } } tr.no_speeder { td { background-color: white !important; } } } .speeder_leg { padding: 5px 10px 5px 0; margin: 10px 0 10px; .speeder_legend { display: inline-block; padding: 3px 7px; border: 1px $grey_light solid; &:first-of-type{ margin-left: 0 !important; } } }