jam-cloud/web/app/assets/stylesheets/client/lessonSessionActions.css.scss

50 lines
837 B
SCSS

@import "client/common";
.lesson-action-popup {
a{
color:#fc0 !important;
}
li {
border-bottom:0 !important;
}
&.not-card-ok .bt-content{
height:20px !important;
width:90px !important;
}
&.is-requested .bt-content{
height:80px;
width:100px;
}
&.is-scheduled .bt-content{
height:185px;
width:120px;
}
&.is-admin .bt-content{
height:215px;
width:135px;
}
.bt-content {
height:115px;
width:120px;
background-color:#333;
overflow:auto;
border:1px solid #ED3618;
text-align:left;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
ul {
@include vertical-align-column;
height:100%;
margin-left: 0 !important;
}
li {
font-size:12px;
margin-left:0 !important;
list-style-type: none;
}
}
}