19 lines
306 B
SCSS
19 lines
306 B
SCSS
|
#corporativos {
|
||
|
background-image: $fondo_corporativos;
|
||
|
|
||
|
.segment {
|
||
|
.content {
|
||
|
.header {
|
||
|
padding-top: 2rem;
|
||
|
padding-bottom: 1rem;
|
||
|
}
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
margin-left: 0;
|
||
|
padding-left: 1rem;
|
||
|
text-indent: -1rem;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|