Align request overlay styling
This commit is contained in:
parent
3795a4869e
commit
2eac4f6606
8
js/package-lock.json
generated
8
js/package-lock.json
generated
@ -43,7 +43,7 @@
|
||||
"version": "github:paritytech/dapp-account#ab7a5360f3efa42e892a199c7de748d2b3a798b1",
|
||||
"requires": {
|
||||
"@parity/api": "github:paritytech/js-api#1516681258d12ee3e6c1b2e1612292cca6727190",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#4e1f6017bc811303b1dc2cea50c95132d7959053",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#c5e83114910dc3d87011ae3c29066253021e6d83",
|
||||
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#dc7efaa76bb79038a5e1b99a4b0328a7b769e287",
|
||||
"@parity/parity.js": "1.8.7",
|
||||
"@parity/shapeshift": "github:paritytech/js-shapeshift#6ec97df1d2fa7cd3a1d92a923edf27c4e953d4b4",
|
||||
@ -67,7 +67,7 @@
|
||||
}
|
||||
},
|
||||
"@parity/dapp-accounts": {
|
||||
"version": "github:paritytech/dapp-accounts#4e1f6017bc811303b1dc2cea50c95132d7959053",
|
||||
"version": "github:paritytech/dapp-accounts#c5e83114910dc3d87011ae3c29066253021e6d83",
|
||||
"requires": {
|
||||
"@parity/api": "github:paritytech/js-api#1516681258d12ee3e6c1b2e1612292cca6727190",
|
||||
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#dc7efaa76bb79038a5e1b99a4b0328a7b769e287",
|
||||
@ -95,7 +95,7 @@
|
||||
"version": "github:paritytech/dapp-addresses#995abc1f9f7ab447c373fd764d14e03cb4d7c076",
|
||||
"requires": {
|
||||
"@parity/api": "github:paritytech/js-api#1516681258d12ee3e6c1b2e1612292cca6727190",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#4e1f6017bc811303b1dc2cea50c95132d7959053",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#c5e83114910dc3d87011ae3c29066253021e6d83",
|
||||
"@parity/shared": "github:paritytech/js-shared#3ab2df8f55048517895b5a8c17834f4d468f81ef",
|
||||
"@parity/ui": "github:paritytech/js-ui#9908573f70c5cd6efca02d015cc3aecb3f8af91a"
|
||||
}
|
||||
@ -123,7 +123,7 @@
|
||||
"requires": {
|
||||
"@parity/api": "github:paritytech/js-api#1516681258d12ee3e6c1b2e1612292cca6727190",
|
||||
"@parity/dapp-account": "github:paritytech/dapp-account#ab7a5360f3efa42e892a199c7de748d2b3a798b1",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#4e1f6017bc811303b1dc2cea50c95132d7959053",
|
||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#c5e83114910dc3d87011ae3c29066253021e6d83",
|
||||
"@parity/shared": "github:paritytech/js-shared#3ab2df8f55048517895b5a8c17834f4d468f81ef",
|
||||
"@parity/ui": "github:paritytech/js-ui#9908573f70c5cd6efca02d015cc3aecb3f8af91a"
|
||||
}
|
||||
|
@ -15,8 +15,10 @@
|
||||
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
$backgroundOne: #f80;
|
||||
$backgroundTwo: #e57a00;
|
||||
|
||||
.requests {
|
||||
background: #f80;
|
||||
color: white;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
@ -26,6 +28,8 @@
|
||||
|
||||
.request {
|
||||
align-items: center;
|
||||
background: $backgroundOne;
|
||||
background: linear-gradient($backgroundOne, $backgroundTwo);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding: 0.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user