hookshot/web/components/roomConfig/RoomConfig.module.scss
Will Hunt 8808385b6d
Add support for GitLab connection configuration via widgets (#320)
* Refactors to support multiple services in the widget UI

* Add GitLabRepo web component view

* Support searching and adding a GitLab repository on the frontend

* Add final bits to supporting adding and removing connections from rooms

* lint

* changelog

* Lots of changes based upon review feedback

* linting

* Add warnings

* Withdraw openid overrides change for this PR

* Drop unused

* Remove async function syntax

* Tiny bug fixes
2022-04-30 06:08:13 +01:00

17 lines
265 B
SCSS

.header {
display: flex;
flex-direction: row;
align-items: flex-start;
img {
width: 52px;
height: 52px;
}
h1 {
margin-left: 10px;
font-weight: 600;
font-size: 18px;
line-height: 24px;
}
}