mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
16 lines
201 B
SCSS
16 lines
201 B
SCSS
.connected-app__head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 1em;
|
|
|
|
h3 {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
.connected-app__description {
|
|
p {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|