aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/files.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/stylesheets/scss/files.scss')
-rw-r--r--resources/assets/stylesheets/scss/files.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/files.scss b/resources/assets/stylesheets/scss/files.scss
index 7808f15..a75f8f3 100644
--- a/resources/assets/stylesheets/scss/files.scss
+++ b/resources/assets/stylesheets/scss/files.scss
@@ -406,19 +406,20 @@ form.default {
display: flex;
justify-content: space-between;
align-items: center;
- padding: 6px 6px 2px;
+ padding: 0 10px 0;
margin-bottom: 0;
border-top: none;
> .text {
width: 100%;
margin-left: 10px;
}
- > .arrow {
- margin-right: 5px;
- }
> .check {
display: none;
}
+
+ > .icon {
+ margin-top: 6px;
+ }
}
> label:first-of-type {
border-top: 1px solid var(--content-color-40);