fix easy less upgrade to last version
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
// math: always
|
||||
@import url(../../libs/font-awesome/css/font-awesome.css);
|
||||
@import url(../../libs/glyphicons/styles/glyphicons.css);
|
||||
@import "base/layout.less";
|
||||
@import "iziToast.min.css";
|
||||
|
||||
body {
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
font-family: "Work Sans", sans-serif;
|
||||
}
|
||||
|
||||
.t-loading {
|
||||
@@ -21,7 +22,6 @@ body {
|
||||
top: 80px;
|
||||
}
|
||||
|
||||
|
||||
.iziToast {
|
||||
background-color: @color-white2;
|
||||
border-color: @color-white2;
|
||||
@@ -44,7 +44,7 @@ body {
|
||||
background-color: @color-scarlet;
|
||||
}
|
||||
|
||||
.iziToast>.iziToast-progressbar {
|
||||
.iziToast > .iziToast-progressbar {
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
@@ -59,7 +59,6 @@ body {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
|
||||
.login-form .login-avatar {
|
||||
height: 88px;
|
||||
width: 88px;
|
||||
@@ -75,4 +74,4 @@ body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,20 +23,19 @@
|
||||
<modal-container containerName="modal-login" name="modal-login"></modal-container>
|
||||
<keyboard></keyboard>
|
||||
|
||||
<div class="window-buttons" :class="{prioritize: prioritizeWindowsButtons, 'blur':(applyBlurNc && !prioritizeWindowsButtons)}">
|
||||
<button
|
||||
class="gray square close"
|
||||
@click="sendMessage('hide')"
|
||||
>-</button>
|
||||
<button
|
||||
class="gray square close"
|
||||
@click="sendMessage('close')"
|
||||
>×</button>
|
||||
<div
|
||||
class="window-buttons"
|
||||
:class="{prioritize: prioritizeWindowsButtons, 'blur':(applyBlurNc && !prioritizeWindowsButtons)}"
|
||||
>
|
||||
<button class="gray square close" @click="sendMessage('hide')">-</button>
|
||||
<button class="gray square close" @click="sendMessage('close')">×</button>
|
||||
</div>
|
||||
<modal-container name="modal" :class="{'blur':applyBlurNc}"></modal-container>
|
||||
<modal-container name="modal" :class="{'blur':applyBlurNc}"></modal-container>
|
||||
<modal-nc-container name="modal-nc"></modal-nc-container>
|
||||
</div>
|
||||
</template>
|
||||
<script src="./App.ts" lang="ts"></script>
|
||||
|
||||
<style lang="less">
|
||||
@import (../assets/);
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user