mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Add SOGo logo
This commit is contained in:
committed by
Francis Lachapelle
parent
419f1bd698
commit
16f275af52
@@ -7427,8 +7427,10 @@ md-sidenav {
|
||||
@media (max-width: 320px) {
|
||||
md-sidenav {
|
||||
width: 85%; } }
|
||||
.md-sidenav-left md-content, md-sidenav md-content, .md-sidenav-left md-toolbar, md-sidenav md-toolbar {
|
||||
background-color: inherit; }
|
||||
.md-sidenav-left, md-sidenav {
|
||||
border-right: 1px solid #d6c48d; }
|
||||
.md-sidenav-left md-content, md-sidenav md-content, .md-sidenav-left md-toolbar, md-sidenav md-toolbar {
|
||||
background-color: inherit; }
|
||||
|
||||
/*! slider/_extends.scss - */
|
||||
@keyframes sliderFocusThumb {
|
||||
@@ -8400,6 +8402,14 @@ main {
|
||||
background-color: #ede5ca;
|
||||
padding-bottom: 64px; }
|
||||
|
||||
.sg-logo {
|
||||
background-image: url("../img/sogo-full.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 16px;
|
||||
height: 56px;
|
||||
min-width: 144px; }
|
||||
|
||||
.sg-tile-content .sg-md-subhead-multi,
|
||||
.sg-tile-content .sg-md-subhead-solo {
|
||||
min-width: 50%; }
|
||||
|
||||
Reference in New Issue
Block a user