mirror of https://github.com/vector-im/riot-web
Merge branch 'bwindels/restyle-blurry-login-box' into 'element'
style blurry login box See merge request new-vector/element/element-web/element-web!7jryans/device-name
commit
00273d01b1
|
@ -59,7 +59,7 @@ export default class VectorAuthPage extends React.PureComponent {
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
filter: 'blur(10px)',
|
filter: 'blur(40px)',
|
||||||
background: pageStyle.background,
|
background: pageStyle.background,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ export default class VectorAuthPage extends React.PureComponent {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
background: 'rgba(255, 255, 255, 0.59)',
|
background: 'rgba(255, 255, 255, 0.59)',
|
||||||
borderRadius: '4px',
|
borderRadius: '8px',
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue