mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
(html,css) Use fab button on login page
This commit is contained in:
@@ -8,8 +8,24 @@ $sg-login-width: grid-step(5);
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
|
||||
.sg-logo img {
|
||||
width: grid-step(5);
|
||||
.sg-logo {
|
||||
// Center image
|
||||
margin: auto;
|
||||
img {
|
||||
height: 100%;
|
||||
width: grid-step(5);
|
||||
}
|
||||
}
|
||||
|
||||
// Overwrite Chrome autofill yellow background
|
||||
@-webkit-keyframes autofill {
|
||||
to {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
input:-webkit-autofill {
|
||||
-webkit-animation-name: autofill;
|
||||
-webkit-animation-fill-mode: both;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -21,8 +37,6 @@ $sg-login-width: grid-step(5);
|
||||
min-height: 100%;
|
||||
}
|
||||
.sg-logo {
|
||||
// Center content
|
||||
margin: auto;
|
||||
img {
|
||||
margin: auto;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user