123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .bs-callout-info{
- border-left-color: #1b809e;
- }
- .setting-name {
- text-align: right;
- vertical-align: middle;
- line-height: 2em;
- color: #444;
- padding: 0;
- &:after{
- content: ':';
- }
- }
- .setting-value{
- vertical-align: middle;
- line-height: 2em;
- padding-left: 0;
- & > [type='text']{
- line-height: 1em;
- width: 100%;
- }
- }
- .nav-settings{
- position: fixed;
- top: 10px;
- left: 10px;
- font-size: 12px;
- width: 80px;
- > li + li {
- margin-left: 0px;
- }
- }
- .sso-table{
- > thead{
- > tr{
- > th{
- border: 0;
- text-align: center;
- }
- border-bottom: 2px solid #0099FF;
- }
- }
- & > tbody {
- > tr{
- > th{
- border: 0;
- font-weight: normal;
- text-align: center;
- }
- background-color: transparent;
- border-top: 1px dotted #3399FF;
- }
- > :last-child {
- border-bottom: 1px solid #0099FF;
- };
- > :first-child{
- border-top: 0px;
- }
- }
- & .col-sm-w{
- width: 6em;
- }
- }
|