Skip to content

Commit

Permalink
[style]: adding style to Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiHosseinizade committed Apr 4, 2023
1 parent 3cf8243 commit 835f34f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/components/Tours/DiscountSystemTab/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,24 @@
font-size: 14px;
padding: 8px;
}
&__code-card-edit {
background-color: #04aa6c;
width: auto;
margin: 0;
font-size: 14px;
padding: 8px;
}
&__code-card-changeCode{
border-radius: 10px;
border: 1px solid #CCC;
padding: 15px;
width: 200px ;
height: 45px;
}
&__code-card-Modal{
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
margin: 0 auto;
}

}

0 comments on commit 835f34f

Please sign in to comment.