webhandle-calendar
Version:
Calendar tools for node webhandle
38 lines (34 loc) • 478 B
text/less
.program-tile {
margin: 20px auto;
border: solid 1px #eeeeee;
padding: 20px;
.actions {
a, button {
display: inline-block;
margin-bottom: 10px;
font-size: 14pt;
color: inherit;
text-decoration: none;
border: 0;
background: none;
padding: 0;
}
}
img {
max-width: 100%;
}
}
.programs-list-edit {
.programs {
list-style: none;
padding: 0;
margin: 0;
}
}
.programs-list-edit {
.program-tile {
.grid {
#ei-grid-1.grid;
}
}
}