Skip to content

Commit 114676e

Browse files
committed
add before computer reformat
1 parent e59bc87 commit 114676e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
2 KB
Binary file not shown.

DataAccess/lib/SMART.Common.dll

0 Bytes
Binary file not shown.

RazorUI/Layout/DmnSectionHeader.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@if(CancelButtonText is not null) {
2929
<div
3030
class="
31-
daemon-button
31+
dmn-btn
3232
bg-transparent
3333
text-gray-600
3434
hover:bg-red-500
@@ -41,7 +41,7 @@
4141
}
4242
@if(SubmitButtonText is not null) {
4343
<div
44-
class="daemon-button bg-sky-500 text-white"
44+
class="dmn-btn bg-sky-500 text-white"
4545
@onclick=@HandleSubmitClick
4646
>
4747
@if(IsLoading) {

RazorUI/Modal/ModalContent.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="mt-8 sm:mt-4 sm:flex sm:flex-row-reverse">
4343
<button
4444
type="button"
45-
class=@($"daemon-button {_buttonClass}")
45+
class=@($"dmn-btn {_buttonClass}")
4646
@onclick=@(() => HandleConfirmation(true))
4747
disabled=@_isLoading
4848
>
@@ -56,7 +56,7 @@
5656
</button>
5757
<button
5858
type="button"
59-
class="daemon-button mr-4"
59+
class="dmn-btn mr-4"
6060
@onclick=@(() => HandleConfirmation(false))
6161
disabled=@_isLoading
6262
>

RazorUI/Styles/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@layer components {
10-
.daemon-button {
10+
.dmn-btn {
1111
@apply
1212
cursor-pointer
1313
transition-hover

0 commit comments

Comments
 (0)