Skip to content

Commit

Permalink
Merge pull request #86 from acquia/ron-material-admin-scheduler-tweak
Browse files Browse the repository at this point in the history
CSS tweaks for Lightning Scheduler
  • Loading branch information
brantwynn authored Jun 27, 2018
2 parents 31b37b7 + eee9576 commit 2b825a2
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions themes/dfs_admin/css/dfs_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,39 @@
max-height: 50px;
overflow: hidden;
}
/* Fix*/
div.scheduled-transition select {display:block}
/* Fix for Lightning Scheduler component*/
div.scheduled-transition {
padding: 1rem 2rem;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
margin-bottom:0.5rem;
}

div.scheduled-transition select {
display:block;
font-size:1rem;
}

div.scheduled-transition > span {
display:inline-block;
}

div.scheduled-transition a {
color:#f77;
float:right;
}

div.scheduled-transition span a {
float:none;
}

div.scheduled-transition button {
text-decoration: none;
color: #FFFFFF;
background-color: #999;
text-align: center;
letter-spacing: .5px;
transition: .2s ease-out;
cursor: pointer;
padding:0.25rem 0.5rem;
border-radius: 4px
}

0 comments on commit 2b825a2

Please sign in to comment.