/* 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:41 Author : podkrizniku */ #surveyGeoIPLocation { background-color: white; } .geoip_table { position: relative; border-spacing: 0px; table-layout: fixed; padding: 0px; margin: 15px 0 30px 0px; border-collapse: collapse; border: 1px solid $soft_blue; border-top: none; tr { border-top: 1px solid $soft_blue; } th { padding: 5px 10px; text-align: center; color: black; background-color: $grey_almost_white; border: 1px solid $soft_blue; color: black; background-color: $soft_blue_very_lighten; font-weight: normal; span { vertical-align: middle; margin-left: 3px; } } td { padding: 5px 10px; text-align: center; color: black; background-color: $grey_almost_white; border: 1px solid $soft_blue; } tr.white { td { background-color: white; } } tr.country { td { background-color: $soft_blue_very_lighten; font-weight: 600; } } }