9 lines
114 B
SCSS
9 lines
114 B
SCSS
#add-attribute {
|
|
display: flex;
|
|
max-width: 400px;
|
|
margin-top: 30px;
|
|
|
|
button {
|
|
margin-left: 10px;
|
|
}
|
|
} |