2016-05-09 18:16:54 -04:00
|
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
|
2016-03-30 16:57:19 -04:00
|
|
|
#enrollments-view
|
2016-05-09 18:16:54 -04:00
|
|
|
|
|
|
|
@media (min-width: $screen-md-min)
|
|
|
|
#prepaids-col
|
|
|
|
padding-right: 40px
|
|
|
|
|
|
|
|
#actions-col
|
|
|
|
border-left: 1px solid gray // Will tend to be the longer one
|
|
|
|
padding-left: 40px
|
|
|
|
|
|
|
|
.prepaid-card
|
|
|
|
border-radius: 10px
|
|
|
|
|
|
|
|
p
|
|
|
|
color: white
|
|
|
|
|
|
|
|
h1
|
|
|
|
font-size: 68px
|
|
|
|
|
|
|
|
&.pending-prepaid-card
|
|
|
|
background: #6e939f
|
|
|
|
|
|
|
|
|
2016-03-30 16:57:19 -04:00
|
|
|
.how-to-enroll
|
|
|
|
padding: 10px
|
|
|
|
ol
|
|
|
|
padding-left: 20px
|
|
|
|
line-height: 18px
|
|
|
|
border: thin gray solid
|
|
|
|
border-radius: 5px
|
2016-03-30 19:20:37 -04:00
|
|
|
|
|
|
|
#students-input
|
2016-05-23 13:26:34 -04:00
|
|
|
width: 220px
|
2016-05-09 18:16:54 -04:00
|
|
|
height: 80px
|
2016-05-23 13:26:34 -04:00
|
|
|
font-size: 50px
|
2016-03-30 19:20:37 -04:00
|
|
|
|
|
|
|
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button
|
|
|
|
-webkit-appearance: none
|
|
|
|
margin: 0
|
2016-05-09 18:16:54 -04:00
|
|
|
|
|
|
|
#enrollment-stats-table
|
|
|
|
td, th
|
|
|
|
border: none
|
|
|
|
|
|
|
|
.classroom-name-td
|
|
|
|
padding-left: 20px
|
|
|
|
|
|
|
|
th
|
|
|
|
padding-bottom: 10px
|