Retrospring/app/assets/stylesheets/application.css.scss

73 lines
1.1 KiB
SCSS
Raw Normal View History

2014-08-01 06:27:08 -07:00
/*
2014-10-27 22:36:38 -07:00
*= require font-kit-rails/open-sans
2014-08-01 06:27:08 -07:00
*= require_self
*/
2014-10-27 22:36:38 -07:00
@import "semantic-ui";
@import "base";
2014-10-27 22:36:38 -07:00
html,
body {
font-size: 15px;
height: 100%;
}
body {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "DejaVu Sans", "Arial", sans-serif;
background: #FFFFFF;
margin: 0px;
padding: 0px;
color: #555555;
text-rendering: optimizeLegibility;
min-width: 320px;
}
/* mobile only */
@media only screen and (max-width : 768px) {
.ui.page.grid.segment {
padding-top: 2rem;
padding-bottom: 2rem;
}
h1.ui.header {
font-size: 1.5em;
}
.masthead.segment {
background-size: auto;
}
.masthead.segment .information {
margin-left: 190px;
}
.masthead.segment .image {
bottom: -65px;
width: 150px;
}
.masthead.segment .button {
font-size: 1rem;
}
.overview .divided.grid .header .icon {
font-size: 1.5em;
}
.overview .divided.grid .header + p {
min-height: 0px;
}
.masthead.segment .column {
font-size: 0.7rem;
}
.masthead.segment .column p {
display: none;
}
}
@media only screen and (max-width : 1000px) {
}