Skip to content

Commit d045f18

Browse files
roshni73samshara
authored andcommitted
Add keyfigues for operational learning
1 parent b9a1d6a commit d045f18

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

app/src/views/OperationalLearning/styles.module.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,40 @@
104104
}
105105
}
106106
}
107+
108+
.key-figure-card-list {
109+
display: grid;
110+
grid-gap: var(--go-ui-spacing-md);
111+
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
112+
113+
@media screen and (max-width: 30rem) {
114+
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
115+
}
116+
117+
.key-figure-card {
118+
display: flex;
119+
gap: var(--go-ui-spacing-md);
120+
border-radius: var(--go-ui-border-radius-lg);
121+
box-shadow: var(--go-ui-box-shadow-md);
122+
background-color: var(--go-ui-color-white);
123+
padding: var(--go-ui-spacing-md);
124+
125+
.separator {
126+
flex-shrink: 0;
127+
border-left: var(--go-ui-width-separator-sm) solid var(--go-ui-color-separator);
128+
}
129+
130+
.key-figure {
131+
flex-basis: 0;
132+
flex-grow: 1;
133+
padding: 0;
134+
135+
.key-figure-description {
136+
font-size: var(--go-ui-font-size-sm);
137+
}
138+
}
139+
}
140+
}
107141
}
108142

109143

0 commit comments

Comments
 (0)