jam-cloud/web/app/assets/stylesheets/client/react-components/JamBlasterScreen.css.scss

181 lines
3.2 KiB
SCSS

@import "client/common";
#jamblaster-screen {
div[data-react-class="JamBlasterScreen"] {
height:100%;
}
.content-body-scroller {
height:100%;
padding:30px;
@include border_box_sizing;
}
ol {
li {
margin-left:15px;
margin-bottom:2px;
list-style:decimal;
color:$ColorTextTypical;
}
}
.student-right-content {
p {
margin-bottom:10px;
}
ul {
margin-bottom:25px;
li {
margin-left:-10px;
margin-bottom:2px;
list-style:disc;
color:$ColorTextTypical;
}
}
}
h2 {
font-size: 20px;
font-weight:700;
margin-bottom: 20px !important;
display:inline-block;
}
.column {
@include border_box_sizing;
width:50%;
}
.column-left {
float:left;
width:70%;
}
.column-right {
float:right;
width:30%;
padding-left:20px;
.jamclass-section {
padding-top:36px;
}
}
span.price {
color:white;
}
.test-drive-main {
}
p {
line-height:125% !important;
font-size:14px !important;
margin:0 0 20px 0 !important;
color: $ColorTextTypical;
}
.avatar {
display:inline-block;
padding:1px;
width:36px;
height:36px;
background-color:#ed4818;
margin:0 10px 0 0;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
float:none;
}
.avatar img {
width: 36px;
height: 36px;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
}
.calender-integration-notice {
display:block;
text-align:center;
}
.actions {
display:block;
text-align:center;
}
.jamclass-section {
margin-bottom:40px;
&.my-lessons {
max-height:300px;
overflow:auto;
}
}
.management-content {
min-width:400px;
max-width:700px;
}
.jamtable {
height:100%;
width:100%;
table-layout:fixed;
margin-bottom:20px;
a {
text-decoration: none !important;
color:#fc0 !important;
}
th {
font-size:14px;
padding:3px 10px;
@include border_box_sizing;
&.role {
text-transform: uppercase;
}
}
td {
background-color: #2b2b2b;
padding:4px 15px;
font-size:14px;
vertical-align:middle;
color: $ColorTextTypical;
@include border_box_sizing;
}
tbody {
}
.displayNameColumn {
float:left;
}
.connectColumn {
float:right;
margin-right:20px;
}
.optionsColumn{
float:right;
text-align:center;
}
.jamblaster-options-btn {
white-space: nowrap;
cursor: pointer;
vertical-align: bottom;
color:#fc0;
.arrow-down {
float:none;
margin-left:5px;
margin-top:0;
margin-right:0;
border-top: 4px solid #fc0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
display:inline-block;
}
.arrow-up {
float:none;
margin-right:0;
margin-left:5px;
margin-bottom:2px;
border-bottom: 4px solid #fc0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
display:inline-block;
}
}
}
}