poblados-colonizacion-colon.../docs/_sass/libs/_changes.scss

179 lines
2.5 KiB
SCSS
Raw Normal View History

.wrapper {
2017-06-17 17:06:09 +02:00
@include breakpoint(small) {
2017-06-17 17:11:33 +02:00
@include padding(2em, 0);
2017-06-17 17:06:09 +02:00
}
> .inner {
width: 55em;
margin: 0 auto;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
width: 100%;
}
> p,
header {
2017-06-17 15:55:15 +02:00
width: 40em;
@include breakpoint(large) {
2017-06-17 17:13:58 +02:00
width: 45em;
}
@include breakpoint(medium) {
width: 90%;
}
}
li {
margin: 0 auto;
}
}
&.style5 {
li {
width: 40em;
margin: 0 auto _size(element-margin) auto;
@include breakpoint(large) {
width: 45em;
}
@include breakpoint(medium) {
2017-06-17 17:13:58 +02:00
width: 90%;
}
}
}
}
2017-06-17 17:53:33 +02:00
twentytwenty-wrapper img {
width: 100%;
}
2017-06-17 18:15:48 +02:00
@include breakpoint(small) {
.features {
li {
2017-06-17 18:39:03 +02:00
padding: 1em;
2017-06-17 18:15:48 +02:00
h3,
p {
text-align: left;
2017-06-17 19:03:07 +02:00
}
2017-06-17 18:10:53 +02:00
}
2017-06-17 18:39:03 +02:00
}
2017-06-17 18:10:53 +02:00
}
2017-06-17 17:53:33 +02:00
/* Section Three */
#three .inner {
2017-06-17 19:03:07 +02:00
width: 60em;
2017-06-17 17:53:33 +02:00
@include breakpoint(large) {
width: 100%;
}
2017-06-17 17:53:33 +02:00
@include breakpoint(medium) {
width: 100%;
}
2017-06-17 19:03:07 +02:00
}
// menu small devices
#menu {
2017-06-17 19:33:37 +02:00
background: #60768B;
2017-06-17 19:03:07 +02:00
ul {
> li {
> a {
@include breakpoint(small) {
line-height: 2em;
}
2017-06-17 19:33:37 +02:00
font-family: 'Open Sans', sans-serif;
font-weight: bold;
2017-06-17 19:03:07 +02:00
}
}
}
}
2017-06-17 17:53:33 +02:00
2017-06-17 19:03:07 +02:00
// rewrite link colors
a {
color: #4f85bb;
2017-06-17 14:09:18 +02:00
}
2017-06-17 19:33:37 +02:00
.wrapper.style3 {
background: #3D4955;
}
2017-06-18 06:37:13 +02:00
// quotes
blockquote {
border-left: solid 0px _palette(border);
font-style: normal;
2017-06-18 12:52:45 +02:00
font-size: 1em;
2017-06-18 06:41:30 +02:00
line-height: 2.1em;
2017-06-18 06:37:13 +02:00
margin: 0 0 _size(element-margin) 0;
2017-06-18 12:52:45 +02:00
padding: 1.5em;
color: rgb(80,80,80);
2017-06-18 12:07:23 +02:00
background-color:rgb(240,240,240);
2017-06-18 12:01:34 +02:00
@include breakpoint(small){
2017-06-18 12:07:23 +02:00
line-height: 1.9em;
2017-06-18 12:01:34 +02:00
font-size: 1em;
padding: 1em;
}
2017-06-18 12:07:23 +02:00
li {
margin-bottom: 1em;
}
2017-06-18 06:37:13 +02:00
}
2017-06-18 06:59:20 +02:00
.video-container {
background-color:"#cad2d3";
2017-06-18 07:01:12 +02:00
}
2017-06-19 12:21:58 +02:00
iframe {
display: block;
2017-06-18 12:28:52 +02:00
margin: 0 auto;
2017-06-18 06:59:20 +02:00
}
2017-06-18 12:10:20 +02:00
.inner img {
width: 100%;
}
2017-06-18 12:28:52 +02:00
#header {
h1 {
a::before {
content: '';
background: url("images/inc-logo.png");
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 30px;
height: 30px;
background-size: 20px;
top: 7px;
}
}
}
2017-06-18 12:33:06 +02:00
#banner {
@include breakpoint(small){
padding: 7em .5em 5em .5em;
}
}
2017-06-18 13:12:51 +02:00
.caption {
width: 55em;
line-height: 1.45em;
color: rgb(120,120,120);
font-size: .8em;
text-align: right;
2017-06-20 09:01:36 +02:00
margin-top: .5em;
2017-06-18 13:12:51 +02:00
font-weight: 100;
font-family: 'Open Sans', sans-serif;
@include breakpoint(small){
width: 90%;
}
2017-06-20 09:01:36 +02:00
2017-06-18 13:12:51 +02:00
}