Sha256: 9910eb4c6928001175ca889883cdb728c06f6d2ca983a96ca0badb5c95a9e177
Contents?: true
Size: 1.13 KB
Versions: 27
Compression:
Stored size: 1.13 KB
Contents
div.index_adds_like_sevents { height: calc(183px + 15px); min-height: calc(183px + 15px); margin-bottom: 0; > div { float: left; padding: 10px; border-radius: 2px; border: 2px solid #f1f1f1; height: 183px; &#ecoef { width: 200px; text-align: center; p { width: 100%; &.val { margin-top: 15px; margin-bottom: 0; font-size: 40px; } } } &#text_stats { width: 400px; margin-left: 30px; ul { padding: 0 5px; list-style: none; #title { font-weight: bold; } } } &#graph { /*width: calc(100% - 200px - 400px - 30px - 30px);*/ width: 100%; height: 200px; margin-top: 15px; /*margin-left: 30px;*/ padding: 0; display: none; opacity: 0; -webkit-transition: opacity .2s ease-in; -moz-transition: opacity .2s ease-in; -ms-transition: opacity .2s ease-in; -o-transition: opacity .2s ease-in; transition: opacity .2s ease-in; #graph_canvas { width: 100%; } } } }
Version data entries
27 entries across 27 versions & 1 rubygems