diff options
Diffstat (limited to 'web/cobrands/arreglamibarrio/base.scss')
-rw-r--r-- | web/cobrands/arreglamibarrio/base.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/arreglamibarrio/base.scss b/web/cobrands/arreglamibarrio/base.scss new file mode 100644 index 000000000..28fc5a940 --- /dev/null +++ b/web/cobrands/arreglamibarrio/base.scss @@ -0,0 +1,13 @@ +@import "../sass/h5bp"; +@import "./_colours"; +@import "../sass/mixins"; +@import "compass"; + +@import "../sass/base"; + +#site-logo { + width: 175px; + height: 45px; + background: url(logo_sm.png); + background-repeat: no-repeat; +} |