-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Ole Martin Pettersen
authored and
Ole Martin Pettersen
committed
Mar 7, 2020
1 parent
ceedf44
commit 3d9bdd9
Showing
15 changed files
with
322 additions
and
305 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
21 changes: 10 additions & 11 deletions
21
...log/DocumentTemplateDialogScreenEditCopy/DocumentTemplateDialogScreenEditCopy.module.scss
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 |
---|---|---|
@@ -1,30 +1,29 @@ | ||
.documentTemplateDialogScreenEditCopy { | ||
.item { | ||
margin: 0 0 20px 0; | ||
|
||
.header { | ||
position: relative; | ||
cursor: pointer; | ||
position: relative; | ||
cursor: pointer; | ||
|
||
.title { | ||
font-size: 18px; | ||
font-weight: 100; | ||
} | ||
|
||
.icon { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
} | ||
} | ||
|
||
.nameInput { | ||
margin: 5px 0 0 0; | ||
} | ||
|
||
.titleInput { | ||
margin: 5px 0 0 0; | ||
} | ||
} | ||
.copyAction { | ||
margin: 20px 0 0 0; | ||
button { | ||
width: 100%; | ||
} | ||
} | ||
} |
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
18 changes: 0 additions & 18 deletions
18
...ialog/DocumentTemplateDialogScreenEditCopy/IDocumentTemplateDialogScreenEditCopyState.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.