// Indicator information popup #indi-information{ width: 700px; } .border-set{ border-top: 1px solid $black; padding: 7px 20px; line-height: 20px; .info-left{ float: left; width: 23%; } .info-right{ float: right; width: 70%; a{ color:#1c81c7; } .imp-icon{ color: #505050; font-size: 15px; display: inline-block; cursor: pointer; margin-left: 5px; a{ color: #505050; } .fa-user{ font-size: 13px; } .fa-refresh{ font-size: 13px; } } } } @media screen and (max-width:$mobile-landscape){ #indi-information{ width:450px; } }