1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-03-11 01:03:22 -04:00
bike-database/app/assets/stylesheets/print_select.css.scss
2014-09-19 17:06:44 -05:00

25 lines
383 B
SCSS

.print-select{
h2 {
font-size: 18px;
}
.print-label{
margin: 10px;
border: 5px solid black;
height: 400px;
text-align: center;
.horizontal-line{
width: 100%;
border-bottom: 5px solid black;
}
.bike-specs{
margin-top: 5px;
}
.desc {
margin: 10px;
height: 235px;
border: 2px dotted black;
}
}
}