mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Set flex to buttons on NewRoomIntro with gap around them (#8146)
* Set flex to buttons on NewRoomIntro with gap around them Closes https://github.com/vector-im/element-web/issues/21553 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * empty commit
This commit is contained in:
parent
56569dbb63
commit
f229ad6407
1 changed files with 3 additions and 4 deletions
|
@ -29,15 +29,14 @@ limitations under the License.
|
|||
|
||||
.mx_NewRoomIntro_buttons {
|
||||
margin-top: 28px;
|
||||
display: flex;
|
||||
flex-flow: wrap;
|
||||
gap: 14px 12px;
|
||||
|
||||
.mx_AccessibleButton {
|
||||
line-height: $font-24px;
|
||||
display: inline-block;
|
||||
|
||||
& + .mx_AccessibleButton {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
&:not(.mx_AccessibleButton_kind_primary_outline)::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue