overleaf/services/web/public/stylesheets/components/card.less

20 lines
373 B
Text
Raw Normal View History

2014-06-06 12:47:52 -04:00
.card {
background-color: white;
border-radius: @border-radius-base;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
padding: @line-height-computed;
2014-06-09 03:54:14 -04:00
.page-header {
margin: 0 0 1.5625rem;
2014-06-09 05:19:02 -04:00
h1 {
margin-top: 0;
}
2014-06-09 03:54:14 -04:00
}
> .container-fluid {
padding: 0;
}
2014-06-06 12:47:52 -04:00
}
.card-thin {
padding: @line-height-computed / 2
}