diff options
Diffstat (limited to 'static/scss/ferme.scss')
-rw-r--r-- | static/scss/ferme.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/scss/ferme.scss b/static/scss/ferme.scss index 0c3d151..7df9bc8 100644 --- a/static/scss/ferme.scss +++ b/static/scss/ferme.scss @@ -6,9 +6,7 @@ $twbs-font-path: "../fonts" !default; @font-face { font-family: "bootstrap-icons"; - src: - url("#{$twbs-font-path}/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), - url("#{$twbs-font-path}/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); + src: url("#{$twbs-font-path}/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), url("#{$twbs-font-path}/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); } // local variables @@ -397,3 +395,8 @@ h1 { display: none; } } + +.ferme-logo-financeur { + max-width: 200px; + max-height: 130px; +} |