19 changed files with 115 additions and 124 deletions
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
|
||||
|
||||
// todo: put these somewhere else |
||||
|
||||
|
||||
|
||||
.edit-page-content { |
||||
.page-content-actions { |
||||
margin-top: 1em; |
||||
display: flex; |
||||
flex-direction: row; |
||||
justify-content: flex-start; |
||||
align-items: center; |
||||
|
||||
.status-message { |
||||
margin-left: 1em; |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
.segment-tip { |
||||
width: 10em; |
||||
text-align: center; |
||||
margin: auto; |
||||
display: inline-block; |
||||
} |
||||
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
// misc styling for various /pages |
||||
|
||||
|
||||
.help-page { |
||||
|
||||
.ant-result-image { |
||||
height: 100px; |
||||
svg { |
||||
height: 100%; |
||||
width: 100%; |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue