css amends for item-request
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-07-25 11:25:01 +02:00
parent e1cbf781e1
commit c2573d6853
1 changed files with 14 additions and 12 deletions

View File

@ -1,18 +1,20 @@
@import "variables"; @import "variables";
vn-dialog[vn-id="denyReason"] { vn-item-request {
button.close { vn-dialog[vn-id="denyReason"] {
display: none button.close {
} display: none
& vn-button { }
margin: 0 auto & vn-button {
margin: 0 auto
}
vn-textarea {
width: 100%
}
} }
vn-textarea { vn-icon[icon=insert_drive_file]{
width: 100% color: $color-font-secondary;
} }
} }
vn-icon[icon=insert_drive_file]{
color: $color-font-secondary;
}