Minor changes
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
176750046a
commit
178dc6f2e8
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue