diff options
author | derpeter | 2021-05-13 19:31:31 +0200 |
---|---|---|
committer | derpeter | 2021-05-13 19:31:31 +0200 |
commit | d113de03df0e43d608d1e4d4d5a20029a40ccc62 (patch) | |
tree | ea3c60b5418becc47a49b33e002b20485ecf1a7c /configs/conferences/kukoinfo21/main.less | |
parent | 4a7cc08f8bf304a58f218c1217948c22f65a37bc (diff) |
added kuko infoverstanltung
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/kukoinfo21/main.less | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/conferences/kukoinfo21/main.less b/configs/conferences/kukoinfo21/main.less new file mode 100644 index 0000000..844f521 --- /dev/null +++ b/configs/conferences/kukoinfo21/main.less @@ -0,0 +1,30 @@ +@import "../../../assets/css/_structure.less"; +@brand-primary: #41afff; + +nav .navbar-brand .icon { + //background-image: url("meierlogo.svg"); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 27px; + width: 27px; +} + +.banner .logo { + //background-image: url("meierlogo.png"); + background-size: contain; + background-repeat: no-repeat; + + padding-left: 320px; + margin-left: auto; + margin-right: auto; + min-width: 320px; + min-height: 64px; + max-height: 72px; + max-width: 1170px; + + line-height: 64px; + + /* height: 72px; */ +/* float: left; */ +} |