/* Created on : Nov 16, 2018, 2:52:02 PM Author : Toshita Shastri */ @use 'variables' as *; .btn-primary { background-color: $tealcolor; color: $white; } .btn-primary:hover{ background-color: $darkteal; color: $white; } .supplier-info-size { background-color: $white; position: relative; border: 3px solid $white; border-radius: 3px; box-shadow: 0 5px 15px rgba(0,0,0,.5) !important; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5) !important; } .supplier-info-float { float: left; } .manage-sup-info-btn { float: right; } .supplier-icon { margin: 2px 5px; font-size: 18px; color: $vividorange; } .supplier-info-close-btn { border: 1px solid $lightgrey; background: $white; font-size: 13px; } .supplier-info-close-btn:hover { border: 1px solid rgb(172, 172, 172) !important; background: rgb(230, 230, 230); } .contact-detail { padding: 0; } .info-tab a { text-transform: none !important; color: $lightblack; font-weight: 600; } .info-tab.active a { border-top: 3px solid $vividorange !important; color: $vividorange !important; font-weight: 600; } .trx-icon-file { font-size: 15px !important; padding: 0 !important; margin-right: 5px !important; height: auto !important; width: auto !important; } .supplier-info-close-btn { border: 1px solid $lightgrey !important; background: $white; font-size: 13px !important; } a{ cursor: pointer; } .nav-tabs { border-bottom: 1px solid $lightgrey4 !important; display: flex !important; } button.close { float: right; padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: $black; text-shadow: 0 1px 0 $purewhite; filter: alpha(opacity=20); opacity: .2; } .close:hover{ opacity: .5; } h4 { margin-top: 10px; margin-bottom: 10px; font-size: 18px; } .nav-tabs>li { float: left; margin-bottom: -1px; } .nav>li>span { position: relative; display: block; padding: 10px 15px; cursor: pointer; } .nav-tabs>li>span { margin-right: 1px; line-height: 1.428571; border: 1px solid transparent; border-radius: 4px 4px 0 0; cursor: pointer; } .nav-tabs>li.active>span, .nav-tabs>li.active>span:focus, .nav-tabs>li.active>span:hover { color: $primeRxOrange; cursor: default; background-color: $purewhite; border: 1px solid $lightgrey4; border-bottom-color: transparent; border-top: 3px solid $primeRxOrange; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid $lightgrey2; } .tab-content{ padding-top: 1%; background-color: $white; } .deactive span:hover{ border: 1px solid $lightgrey !important; } .supplier-info-float .store-mail { color: #337ab7; text-decoration: none; } .orange-color::before { color: $primeRxOrange; }