diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-12 19:01:22 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-12 21:08:08 +0200 |
commit | 39f9fcb303924c3f9dd8fce3f332d4bc4aa14a9d (patch) | |
tree | 5166f7d973f31eab4581a0b61ca44bd4ecf5495d /frontend/src/app/_pages/my-models/my-models.component.css | |
parent | 681f851a6b3663285f32bc380b48a8e80c6e7ade (diff) |
Reorganizovani su item-dataset, item-model, my-datasets, my-models. Dodat je yes-no-dialog.
123
Diffstat (limited to 'frontend/src/app/_pages/my-models/my-models.component.css')
-rw-r--r-- | frontend/src/app/_pages/my-models/my-models.component.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/my-models/my-models.component.css b/frontend/src/app/_pages/my-models/my-models.component.css index e69de29b..19d29595 100644 --- a/frontend/src/app/_pages/my-models/my-models.component.css +++ b/frontend/src/app/_pages/my-models/my-models.component.css @@ -0,0 +1,12 @@ +button{ + margin-left: 5%; + margin-right: 5%; +} +#header { + background-color: #003459; + padding-top: 20px; + padding-bottom: 15px; + text-align: center; + color: white; + border-radius: 5px; +}
\ No newline at end of file |