Sha256: d5b8296b3849e3e67e8bb1e481dc31282e7a7ae73b73b216621fd2ea0c20ed7c
Contents?: true
Size: 892 Bytes
Versions: 17
Compression:
Stored size: 892 Bytes
Contents
@import "woople-theme/variables.css.less"; section.reports { margin-top: @contentPadding / 2; #reports_nav { padding-left: 10px; margin-bottom: 0; } #reports_data { background-color: white; padding: @contentPadding; } .report-download { float: left; a, a:hover { color: white; text-decoration: none; } } .legend { float: right; .badge { pointer-events: none; } .badge.badge-warning { background-color: gold; } } } .touch .glass_pane { width: 100%; height: 410px; position: absolute; z-index: 100; } @media (max-width: 768px) { section.reports { margin-top: @contentPadding / 2; #reports_data { background-color: white; padding: @contentPadding / 2; } .report-download { display: none; } .tab-pain { position: relative; } } }
Version data entries
17 entries across 17 versions & 1 rubygems