mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
37 lines
476 B
CSS
37 lines
476 B
CSS
.center {
|
|
display: flex;
|
|
align-content: center;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.base-canvas-size {
|
|
height: 300px;
|
|
width: 300px;
|
|
}
|
|
|
|
.large-canvas-size {
|
|
height: 600px;
|
|
width: 600px;
|
|
}
|
|
|
|
.btn {
|
|
text-decoration: none;
|
|
border: none;
|
|
background: #0069ed;
|
|
border-radius: 2px;
|
|
height: 32px;
|
|
margin-top: 16px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-group .btn {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.rive-logo {
|
|
display: flex;
|
|
margin: 16px auto;
|
|
}
|