mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update feedback card styling (#18713)
This commit is contained in:
parent
8c2e89f1b2
commit
80c52ed7e8
@ -40,16 +40,6 @@ $primary-color: #049cdb;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.feedback {
|
|
||||||
h4 {
|
|
||||||
margin: 0 0 8px !important;
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none !important;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.integration-alert {
|
.integration-alert {
|
||||||
margin: -1em 0;
|
margin: -1em 0;
|
||||||
@ -132,6 +122,24 @@ $primary-color: #049cdb;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedback {
|
||||||
|
box-shadow: none;
|
||||||
|
border: 1px solid rgba(0, 0, 0, .12);
|
||||||
|
border-radius: 4px;
|
||||||
|
h4 {
|
||||||
|
margin: 0 0 8px !important;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.links a {
|
||||||
|
font-weight: 400;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.frontpage {
|
.frontpage {
|
||||||
.material-card {
|
.material-card {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user