10 lines
247 B
SCSS
10 lines
247 B
SCSS
@import "../../../AnP/Public/scss/AnP.settings.scss";
|
|
$color-primary : #459;
|
|
$color-secondary : #BA5;
|
|
@import "../../../AnP/Public/scss/AnP.common.scss";
|
|
|
|
.python-mapper{
|
|
@include main_web;
|
|
}
|
|
|
|
.python-mapper h1 .image+span{font-size : 3.1em;} |