harness-drone/static/styles/pages/feed.sass
2015-10-02 16:47:54 -07:00

47 lines
No EOL
846 B
Sass

.repo-row
.col-sm-4
width:100%;
.col-sm-4:last-child .card
border-bottom:none
.card
border: none;
border-bottom: 1px solid #EEE;
border-radius: 0px;
position: relative
display: flex;
text-decoration:none;
.card-block
h3
font-size: 1.1rem;
color:#2b303b;
.card-text
color: rgba(0,0,0,0.5);
font-size:0.95rem;
margin:0px;
.btn-group
position: absolute;
top: 15px;
right: 0px;
.btn-danger
color: #bf616a;
background: #FFF;
border: 1px solid #bf616a;
outline: none;
cursor: pointer;
width: auto;
text-transform: uppercase;
padding: 0px 10px;
border-radius: 2px;
font-size: 11px;
line-height: 30px;
height: auto;
margin-left: 10px;
.card-header
background: #FFF;
border-bottom: none;
padding-right:0px;
padding-left:0px;
width:45px;