disable bad effects
This commit is contained in:
parent
64f945bb32
commit
52bedce0ce
@ -87,13 +87,13 @@ main > section {
|
|||||||
}
|
}
|
||||||
&.section-3 {
|
&.section-3 {
|
||||||
background-color: $text-green;
|
background-color: $text-green;
|
||||||
@include add-horizontal-curve(4, bottom);
|
//@include add-horizontal-curve(4, bottom);
|
||||||
h2 {
|
h2 {
|
||||||
@include add-decorative-shape($icon-red, 'circle');
|
@include add-decorative-shape($icon-red, 'circle');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.section-4 {
|
&.section-4 {
|
||||||
@include add-horizontal-curve(2, bottom);
|
//@include add-horizontal-curve(2, bottom);
|
||||||
}
|
}
|
||||||
&.section-5 {
|
&.section-5 {
|
||||||
background-color: transparentize($color: $text-green, $amount: 0.5)
|
background-color: transparentize($color: $text-green, $amount: 0.5)
|
||||||
@ -166,7 +166,7 @@ section {
|
|||||||
// Only big centered text
|
// Only big centered text
|
||||||
&.big-text {
|
&.big-text {
|
||||||
p.text-xl {
|
p.text-xl {
|
||||||
font-size: 1.4rem;
|
//font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user