Skip to content

Commit

Permalink
CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikesch-mp committed Jun 3, 2017
1 parent 6f0bba8 commit e1fea9a
Showing 1 changed file with 6 additions and 40 deletions.
46 changes: 6 additions & 40 deletions public/css/module.less
Expand Up @@ -7,19 +7,18 @@
}

.grafana-img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height:100%;
border-radius: 5px;
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height:100%;
border-radius: 5px;
}

.grafana-img-shadows {
box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.55) !important;
}


a {
display: block;
text-decoration: none;
Expand Down Expand Up @@ -185,36 +184,3 @@ div.grafana-icon div.grafana-clock:after {
top: 7px;
left: 3px;
}

/* Clock Alt */
div.grafana-icon div.grafana-clockAlt {
width: 18px;
height: 18px;
border: 4px solid #333;
border-radius: 50px;
margin-top: 7px;
margin-left: 3px;
}

div.grafana-icon div.grafana-clockAlt:after {
content: '';
position: absolute;
width: 4px;
height: 5px;
border: solid #ddd;
border-width: 0 0 2px 2px;
top: 11px;
left: 15px;
}

div.grafana-icon div.grafana-clockAlt:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
background: #333;
border-radius: 50px;
left: 8px;
top: 8px;
}

0 comments on commit e1fea9a

Please sign in to comment.