Minor changes
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-06 08:07:46 +02:00
parent 176750046a
commit 178dc6f2e8
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import Input from '../../lib/input';
import './style.scss'; import './style.scss';
/** /**
* Draw checkbox with a drop-down and multi options * Multicheck component for checking all form instances at once
* @param {SmallInt} checkAll Primary input-check state: 0 -> uncheck, 1 -> checked * @param {SmallInt} checkAll Primary input-check state: 0 -> uncheck, 1 -> checked
* @param {Array} data List of options shown in drop-down * @param {Array} data List of options shown in drop-down
* @param {Array} models Elements to check / unCheck * @param {Array} models Elements to check / unCheck

View File

@ -1,6 +1,6 @@
vn-scroll-up { vn-scroll-up {
top: 5em; top: 5em;
right: 1.8em; right: 2.5em;
display: none; display: none;
position: fixed; position: fixed;
} }

View File

@ -51,8 +51,8 @@ a, .link {
} }
html [fixed-bottom-right] { html [fixed-bottom-right] {
position: fixed; position: fixed;
bottom: 1.3em; bottom: 2em;
right: 1.3em; right: 2em;
} }
html [text-center], .text-center { html [text-center], .text-center {
text-align: center; text-align: center;