-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
separated hsm and speed sends
1 parent
261cba3
commit ce6857a
Showing
10 changed files
with
2,085 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
.Template { | ||
margin: 20px auto; | ||
width: 80%; | ||
text-align: center; | ||
box-shadow: 0 2px 3px #cccccc; | ||
border: 1px solid #eeeeee; | ||
padding: 10px; | ||
box-sizing: border-box; | ||
} | ||
|
||
@media (min-width: 600px) { | ||
.Template { | ||
width: 500px; | ||
} | ||
} | ||
|
||
.DeleteIcon { | ||
margin-right: 9px !important; | ||
} | ||
|
||
.DialogText { | ||
margin-top: 0px; | ||
text-align: center; | ||
color: #073f24; | ||
font-weight: 400; | ||
} | ||
|
||
.DeleteButton { | ||
margin-left: auto !important; | ||
} | ||
|
||
.Title { | ||
margin-left: 24px !important; | ||
margin-top: 16px !important; | ||
vertical-align: middle; | ||
font-weight: 500 !important; | ||
color: #073f24; | ||
} | ||
|
||
.Input { | ||
display: flex; | ||
padding: 8px; | ||
} | ||
|
||
.Label { | ||
width: 50%; | ||
align-self: center; | ||
font-weight: bold; | ||
} | ||
|
||
.TemplateAdd { | ||
width: fit-content; | ||
} | ||
|
||
.Form { | ||
padding: 16px 16px; | ||
width: 470px; | ||
} | ||
|
||
.Buttons { | ||
margin-top: 24px; | ||
margin-left: 8px; | ||
display: flex; | ||
justify-content: flex-start; | ||
} | ||
|
||
.Icon { | ||
background-color: #eaedec !important; | ||
margin-right: 10px !important; | ||
} | ||
|
||
.ButtonsCenter { | ||
justify-content: center !important; | ||
} | ||
|
||
.Button { | ||
margin-right: 24px !important; | ||
} | ||
|
||
.Warning { | ||
color: #ff0000; | ||
margin-left: -43px; | ||
} | ||
|
||
.IsActive { | ||
color: #555555; | ||
font-weight: 400; | ||
line-height: 18px; | ||
font-size: 16px; | ||
} | ||
|
||
.TemplateIcon { | ||
width: 29px; | ||
height: 29px; | ||
} | ||
|
||
.Checkbox { | ||
color: #555555; | ||
font-weight: 400; | ||
line-height: 18px; | ||
font-size: 16px; | ||
} |
Oops, something went wrong.