ar-poncho 2.0.224 → 2.0.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/argentina.css +10 -0
- package/dist/css/icono-arg.css +11 -7
- package/dist/fonts/{icono-arg_8154a16a903904c5256d679f3488c015.ttf → icono-arg_d5352a6ba85fdaa5a83cde34b223f9be.eot} +0 -0
- package/dist/fonts/{icono-arg_8154a16a903904c5256d679f3488c015.svg → icono-arg_d5352a6ba85fdaa5a83cde34b223f9be.svg} +15 -3
- package/dist/fonts/{icono-arg_8154a16a903904c5256d679f3488c015.eot → icono-arg_d5352a6ba85fdaa5a83cde34b223f9be.ttf} +0 -0
- package/dist/fonts/icono-arg_d5352a6ba85fdaa5a83cde34b223f9be.woff +0 -0
- package/dist/fonts/icono-arg_d5352a6ba85fdaa5a83cde34b223f9be.woff2 +0 -0
- package/dist/icono-arg.css +11 -7
- package/package.json +1 -1
- package/dist/fonts/icono-arg_8154a16a903904c5256d679f3488c015.woff +0 -0
- package/dist/fonts/icono-arg_8154a16a903904c5256d679f3488c015.woff2 +0 -0
package/dist/css/argentina.css
CHANGED
|
@@ -831,6 +831,16 @@ width: auto!important; height: 35px!important;
|
|
|
831
831
|
.container-campania {
|
|
832
832
|
width: 750px!important;
|
|
833
833
|
}}
|
|
834
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
835
|
+
.container-campania.jumbotron {
|
|
836
|
+
height: 275px;
|
|
837
|
+
margin-bottom: 150px
|
|
838
|
+
}
|
|
839
|
+
.panel.panel-default.panel-border-escarapela.etapa2.panel-camp-principal {
|
|
840
|
+
margin-bottom: 30px;
|
|
841
|
+
margin-top: 162px
|
|
842
|
+
}
|
|
843
|
+
}
|
|
834
844
|
@media (min-width: 992px){
|
|
835
845
|
.container-campania {
|
|
836
846
|
width: 970px!important;
|