spee.ch/public/assets/css/mediaQueries.css

115 lines
1.6 KiB
CSS
Raw Normal View History

2017-09-27 00:12:47 +02:00
2017-10-19 17:30:41 +02:00
@media (max-width: 1200px) {
.nav-bar-title--tagline {
font-size: small;
}
}
@media (max-width: 1050px) {
2017-09-27 00:12:47 +02:00
2017-10-19 00:47:06 +02:00
.nav-bar-title--tagline {
2017-10-19 00:16:07 +02:00
display: none;
}
2017-10-19 17:30:41 +02:00
2017-10-09 19:30:19 +02:00
}
2017-10-19 17:30:41 +02:00
2017-09-27 00:12:47 +02:00
@media (max-width: 750px ) {
2017-10-04 01:26:43 +02:00
2017-10-20 03:55:15 +02:00
body, button, input, textarea, label, select, option, p {
2017-10-19 00:16:07 +02:00
font-size: medium;
}
2017-10-19 00:51:26 +02:00
.instructions-text--large, .pull-quote {
font-size: 1.5rem;
}
2017-10-04 01:26:43 +02:00
.column--med-10 {
2017-09-27 00:12:47 +02:00
width: 100%;
}
2017-10-21 01:08:08 +02:00
.column--sml-10 {
width: 100%;
}
2017-10-04 01:26:43 +02:00
.h2--top {
margin-top: 1em;
}
2017-10-21 01:08:08 +02:00
.nav-bar-title-section {
width:100%;
padding: 0px;
2017-10-19 00:16:07 +02:00
}
2017-10-21 01:08:08 +02:00
.nav-bar-title {
width: calc(25% - 2rem);
padding: 1rem;
2017-09-27 00:12:47 +02:00
}
2017-10-21 01:08:08 +02:00
.nav-bar-logo {
height: 1.5rem;
2017-09-27 00:12:47 +02:00
}
2017-10-04 01:26:43 +02:00
.nav-bar-link-section {
2017-10-21 01:08:08 +02:00
width: 75%;
padding: 0px;
2017-09-27 00:12:47 +02:00
}
2017-10-21 01:08:08 +02:00
.nav-bar-link {
float: left;
text-align: center;
width: calc(25% - 2rem);
padding: 1rem;
margin: 0px;
2017-09-27 00:12:47 +02:00
}
2017-10-04 02:35:53 +02:00
2017-10-10 03:29:40 +02:00
#publish-active-area > .row, #publish-details > .row, #channel-login-form > .row, #publish-channel-form > .row {
2017-10-04 02:35:53 +02:00
padding: 1em 0px 1em 0px;
}
}
2017-10-21 01:08:08 +02:00
@media (max-width: 500px) {
.nav-bar-logo {
height: 1rem;
}
.nav-bar-link {
font-size: small;
width: calc(25% - 1rem);
padding: 1rem 0.5rem 1rem 0.5rem;
}
2017-10-04 02:35:53 +02:00
2017-10-24 07:29:20 +02:00
body, button, input, textarea, label, select, option, p, .fine-print {
2017-10-19 00:16:07 +02:00
font-size: small;
2017-10-04 02:35:53 +02:00
}
2017-10-19 18:45:06 +02:00
.instructions-text--large, .pull-quote, .input-text--large, .button--large {
2017-10-19 17:30:41 +02:00
font-size: medium;
2017-10-19 00:51:26 +02:00
}
2017-10-19 18:18:40 +02:00
.grid-item {
2017-10-20 03:55:15 +02:00
width: calc(100% - 2em);
2017-10-19 18:18:40 +02:00
float: none;
2017-10-20 03:55:15 +02:00
padding: 1em;
2017-10-19 18:18:40 +02:00
margin: 0px;
}
2017-10-19 00:51:26 +02:00
}
@media (max-width: 360px) {
2017-10-21 01:08:08 +02:00
.nav-bar-link {
font-size: x-small;
}
2017-10-24 07:29:20 +02:00
body, button, input, textarea, label, select, option, p, .fine-print, .instructions-text--large {
2017-10-19 00:51:26 +02:00
font-size: x-small;
}
2017-10-20 03:55:15 +02:00
.pull-quote, .input-text--large, .button--large {
font-size: small;
2017-10-19 17:30:41 +02:00
}
2017-10-04 01:26:43 +02:00
}