23 lines
341 B
Plaintext
23 lines
341 B
Plaintext
@import '@/styles/variables.less';
|
|
@import '@/styles/common.less';
|
|
|
|
.invite-operations-fragment-banner {
|
|
width: 100%;
|
|
height: 90px;
|
|
position: relative;
|
|
margin-bottom: 24px;
|
|
|
|
&__image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
&__close {
|
|
width: 64px;
|
|
height: 38px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
}
|