52 lines
855 B
Sass
52 lines
855 B
Sass
@import "compass"
|
|
|
|
#repositories li
|
|
position: relative
|
|
font-size: 16px
|
|
overflow: visible
|
|
padding: 15px 25px 15px 45px
|
|
border-bottom: 1px solid #ccc
|
|
background-position: 24px 16px
|
|
background-repeat: no-repeat
|
|
|
|
&:nth-child(odd)
|
|
background-color: #fff
|
|
&:nth-child(even)
|
|
background-color: #f6f6f6
|
|
|
|
&.green a
|
|
color: green
|
|
&.red a
|
|
color: #c00
|
|
|
|
.last_build
|
|
float: right
|
|
|
|
.summary
|
|
margin: 5px 0 0 0
|
|
font-size: 13px
|
|
color: #666
|
|
|
|
.description
|
|
margin: 5px 0 0 0
|
|
font-size: 13px
|
|
color: #666
|
|
display: none
|
|
|
|
.indicator
|
|
display: none
|
|
|
|
&.selected .indicator
|
|
display: block
|
|
position: absolute
|
|
top: 0px
|
|
right: -17px
|
|
width: 17px
|
|
height: 100%
|
|
background: no-repeat center left
|
|
|
|
#repositories
|
|
.loading
|
|
padding: 15px 25px 15px 30px
|
|
background-color: #fff
|