Back to home page

EIC code displayed by LXR

 
 

    


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

0001 .feed-widget {
0002 
0003     .feed-body {
0004         .feed-item {
0005             padding: 12px 0;
0006             display: flex;
0007             align-items: center;
0008             &:hover {
0009                 background: $gray-100;
0010             }
0011             >.feed-icon {
0012                 width: 40px;
0013                 height: 40px;
0014                 margin-right: 10px;
0015                 display: inline-block;
0016                 text-align: center;
0017                 vertical-align: middle;
0018                 border-radius: 100%;
0019                 color: $white;
0020                 i {
0021                     line-height: 40px;
0022                 }
0023             }
0024         }
0025     }
0026 }