[Redizajn 1KA] "Nastavitve so bile shranjene" - v1

This commit is contained in:
tejagerjovic 2022-03-09 19:26:19 +01:00
parent b43dc721a2
commit df877ef124
2 changed files with 20 additions and 0 deletions

View File

@ -11,3 +11,4 @@
@import "loader";
@import "alert";
@import "error";
@import "success_save";

View File

@ -0,0 +1,19 @@
div#success_save{
border: 1px solid $blue;
border-radius: 2px;
background-color: $white;
width: fit-content;
padding: 10px 16px 10px 16px;
position: fixed;
bottom: 32px;
left: 50%;
-moz-box-shadow: 0 0 5px $gray;
-webkit-box-shadow: 0 0 5px $gray;
box-shadow: 0 0 5px $gray;
display: none;
}