mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-11 00:02:19 -05:00
22 lines
365 B
Sass
22 lines
365 B
Sass
|
#admin-school-licenses-view
|
||
|
|
||
|
table
|
||
|
td, th
|
||
|
padding: 0px
|
||
|
|
||
|
.range-container
|
||
|
position: relative
|
||
|
width: 100%
|
||
|
.range-background
|
||
|
position: absolute
|
||
|
height: 100%
|
||
|
left: 0px
|
||
|
top: 0px
|
||
|
background-color: green
|
||
|
opacity: 0.25
|
||
|
.range-dates
|
||
|
position: absolute
|
||
|
height: 100%
|
||
|
left: 0px
|
||
|
top: 0px
|