mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Button: Extend HTMLButton prop types * Use className prop instad of styles * Move style prop into scss file
9 lines
137 B
SCSS
9 lines
137 B
SCSS
.icon {
|
|
width: 48px;
|
|
}
|
|
|
|
.serviceCard {
|
|
display: grid !important;
|
|
grid-template-columns: 0.6fr 1fr 1fr;
|
|
padding: 0.5rem;
|
|
} |