improved footer display
This commit is contained in:
@@ -2029,6 +2029,9 @@ article.card {
|
||||
#showrooms article.showroom figure img {
|
||||
max-width: 100%; }
|
||||
|
||||
body:not(.path-home) footer[role="contentinfo"] {
|
||||
display: none; }
|
||||
|
||||
footer[role="contentinfo"] #block-materiosimplenewssubscription form {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
@@ -2044,6 +2047,8 @@ footer[role="contentinfo"] #block-materiosimplenewssubscription form {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center; }
|
||||
footer[role="contentinfo"] #block-materiosimplenewssubscription form #edit-subscriptions input {
|
||||
margin-right: 0.3em; }
|
||||
footer[role="contentinfo"] #block-materiosimplenewssubscription form #edit-mail-wrapper input[type="email"] {
|
||||
width: 10em; }
|
||||
footer[role="contentinfo"] #block-materiosimplenewssubscription form #edit-actions--2 input[type="submit"] {
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1324,6 +1324,9 @@ article.card{
|
||||
// | _/ _ \/ _ \ _/ -_) '_|
|
||||
// |_|\___/\___/\__\___|_|
|
||||
footer[role="contentinfo"]{
|
||||
body:not(.path-home) & {
|
||||
display:none;
|
||||
}
|
||||
#block-materiosimplenewssubscription{
|
||||
form{
|
||||
display: flex;
|
||||
@@ -1342,6 +1345,9 @@ footer[role="contentinfo"]{
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
input{
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
#edit-mail-wrapper{
|
||||
input[type="email"]{
|
||||
|
Reference in New Issue
Block a user