main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
601 bytes
|
Rev | Line | |
---|
[d565449] | 1 | .saveMapContainer {
|
---|
| 2 | display: flex;
|
---|
| 3 | flex-direction: column;
|
---|
| 4 | align-items: center;
|
---|
| 5 | margin: 10% 10px;
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | .saveMapForm {
|
---|
| 9 | display: flex;
|
---|
| 10 | flex-direction: column;
|
---|
| 11 | gap: 10px;
|
---|
| 12 | align-items: center;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | .saveMapInput {
|
---|
| 16 | padding: 5px;
|
---|
| 17 | border: 1px solid #ccc;
|
---|
| 18 | border-radius: 5px;
|
---|
| 19 | width: 100%;
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | .saveMapButton {
|
---|
| 23 | background-color: #e67e22;
|
---|
| 24 | color: white;
|
---|
| 25 | border: none;
|
---|
| 26 | border-radius: 5px;
|
---|
| 27 | cursor: pointer;
|
---|
| 28 | width: 8vw;
|
---|
| 29 | height: 2vw;
|
---|
| 30 | text-align: center;
|
---|
| 31 | }
|
---|
| 32 |
|
---|
| 33 | .saveMapButton:hover {
|
---|
| 34 | background-color: #b35418;
|
---|
| 35 | transform: scale(0.98);
|
---|
| 36 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
---|
| 37 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.