10 lines
150 B
CSS
10 lines
150 B
CSS
.saveButton {
|
|
border-radius: 100px;
|
|
height: 48px;
|
|
width: 100%;
|
|
font-size: 16px;
|
|
box-shadow: none;
|
|
position: fixed;
|
|
bottom: 0;left: 0;
|
|
}
|