mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-13 17:34:53 +00:00
So much play
This commit is contained in:
@@ -38,7 +38,7 @@ canvas {
|
||||
}
|
||||
}
|
||||
|
||||
#custom {
|
||||
#shape-controls {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
height: 100%;
|
||||
@@ -50,7 +50,9 @@ canvas {
|
||||
/* background-color: rgba(32, 32, 32, 0.616); */
|
||||
}
|
||||
|
||||
#custom p{
|
||||
|
||||
|
||||
#shape-controls p{
|
||||
color: #e0e0e0;
|
||||
font-family: Roboto, system-ui;
|
||||
}
|
||||
@@ -59,6 +61,20 @@ canvas {
|
||||
font-family: Roboto, system-ui;
|
||||
}
|
||||
|
||||
.control-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.filter-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin: 0px 0px 0px 24px;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user