Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/widgets/profile.scss is written in an unsupported language. File is not indexed.

0001 .profiletimeline {
0002     position: relative;
0003     padding-left: 40px;
0004     margin: 40px 10px 0 30px;
0005     border-left: 1px solid $border-color;
0006     .sl-left {
0007         float: $lft;
0008         margin-left: -60px;
0009         z-index: 1;
0010         margin-right: 15px;
0011         img {
0012             max-width: 40px;
0013         }
0014     }
0015 }
0016 
0017 .profiletimeline .sl-item {
0018     margin-top: 8px;
0019     margin-bottom: 30px;
0020 }
0021 
0022 .profiletimeline .sl-date {
0023     font-size: 12px;
0024     color: $text-muted;
0025 }
0026 
0027 // form
0028 .form-horizontal {
0029     .form-group {
0030         .btn-success {
0031             color: $white;
0032             &:hover {
0033                 opacity: 0.8;
0034             }
0035         }
0036         label {
0037             font-weight: 500;
0038         }
0039         .form-control, .form-select {
0040             background-color: rgba(0,0,0,0);
0041             background-position: center bottom,center calc(99%);
0042             background-repeat: no-repeat;
0043             background-size: 0 2px,100% 1px;
0044             padding: 0;
0045             transition: background 0s ease-out 0s;
0046             &:focus {
0047                 background-image: linear-gradient(#707cd2,#707cd2),linear-gradient(rgba(120,130,140,.13),rgba(120,130,140,.13));
0048                 border: 0;
0049                 border-radius: 0;
0050                 box-shadow: none;
0051                 float: none;
0052                 background-size: 100% 2px,100% 1px;
0053                 outline: 0;
0054                 transition-duration: .3s;
0055             }
0056             &::placeholder {
0057                 font-weight: 300;
0058             }
0059         }
0060     }
0061 }