♻️ (tps) mapping html
This commit is contained in:
17
style.css
17
style.css
@@ -2,6 +2,7 @@
|
||||
|
||||
:root {
|
||||
--background-color: #b2f1ad;
|
||||
--background-color-no-focus: #b2f1ad80;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -38,7 +39,7 @@ li {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.customer-satisfaction {
|
||||
.customer-satisfaction-roof {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
@@ -48,8 +49,8 @@ li {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
.customer-satisfaction h2,
|
||||
.customer-satisfaction p {
|
||||
.customer-satisfaction-roof h2,
|
||||
.customer-satisfaction-roof p {
|
||||
margin: 0;
|
||||
padding: 0 0.5rem 0.5rem;
|
||||
border-radius: 0;
|
||||
@@ -96,8 +97,8 @@ li {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.just-in-time,
|
||||
.jidoka {
|
||||
.just-in-time-pilar,
|
||||
.jidoka-pilar {
|
||||
display: flex;
|
||||
flex: 2;
|
||||
flex-direction: column;
|
||||
@@ -135,9 +136,3 @@ li {
|
||||
max-width: 30vw;
|
||||
}
|
||||
}
|
||||
|
||||
/* SVG */
|
||||
.person,
|
||||
.arrow {
|
||||
fill: var(--background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user