Warning, /iDDS/monitor/data/scss/core/extra/extra.scss is written in an unsupported language. File is not indexed.
0001 ct-visits {
0002 position: relative;
0003 }
0004 #ct-visits .ct-series-a .ct-line,
0005 #ct-visits .ct-series-a .ct-point {
0006 stroke: #98a6ad;
0007 }
0008 #ct-visits .ct-series-b .ct-line,
0009 #ct-visits .ct-series-b .ct-point {
0010 stroke: #41b3f9;
0011 }
0012 #ct-visits .ct-series-a .ct-area {
0013 fill: #98a6ad;
0014 fill-opacity: 0.05;
0015 }
0016 #ct-visits .ct-series-b .ct-area {
0017 fill: #41b3f9;
0018 fill-opacity: 0.1;
0019 }
0020 #ct-visits .ct-line {
0021 stroke-width: 2px;
0022 }
0023
0024 // view chart
0025 #view_chartist {
0026 position: relative;
0027 }
0028 #view_chartist .ct-series-a .ct-line,
0029 #view_chartist .ct-series-a .ct-point {
0030 stroke: #98a6ad;
0031 }
0032 #view_chartist .ct-series-b .ct-line,
0033 #view_chartist .ct-series-b .ct-point {
0034 stroke: #41b3f9;
0035 }
0036 #view_chartist .ct-series-a .ct-area {
0037 fill: #98a6ad;
0038 fill-opacity: 0.05;
0039 }
0040 #view_chartist .ct-series-b .ct-area {
0041 fill: #41b3f9;
0042 fill-opacity: 0.1;
0043 }
0044 #view_chartist .ct-line {
0045 stroke-width: 2px;
0046 }
0047
0048 .icon-list-demo {
0049 .col-sm-6 {
0050 cursor: pointer;
0051 line-height: 60px;
0052 white-space: nowrap;
0053 background-color: transparent;
0054 &.f-icon {
0055 overflow: hidden;
0056 text-overflow: ellipsis;
0057 white-space: nowrap;
0058 }
0059 i {
0060 font-size: 18px;
0061 margin: 0 15px 0 10px;
0062 width: auto;
0063 transition: all .3s ease 0s;
0064 }
0065 &:hover {
0066 background-color: #f7fafc;
0067 color: #263238;
0068 i {
0069 font-size: 2em;
0070 }
0071 }
0072 }
0073 }