clear
This commit is contained in:
parent
9e6ee6e7c3
commit
20986e86e2
@ -1,51 +1,12 @@
|
|||||||
@import './base.css';
|
@import './base.css';
|
||||||
|
|
||||||
.header-block {
|
body {
|
||||||
height: 60px;
|
overflow: hidden;
|
||||||
background-color: var(--main-color);
|
|
||||||
font-size: large;
|
|
||||||
color: white;
|
|
||||||
vertical-align: middle;
|
|
||||||
padding: 15px 0 10px 16px;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-custom {
|
@font-face {
|
||||||
width: 100%;
|
font-family: a_OldTyper;
|
||||||
box-sizing: border-box; /* обязательно! */
|
src: url('@/assets/a_OldTyper.ttf');
|
||||||
margin-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-dialog {
|
|
||||||
background-color: var(--main-color);
|
|
||||||
font-weight: 600;
|
|
||||||
color: white;
|
|
||||||
|
|
||||||
padding: 6px 14px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-radius: 15px;
|
|
||||||
font-size: 16px;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-dialog:hover {
|
|
||||||
background-color: var(--main-color);
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-dialog:disabled {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-custom, .button-custom {
|
|
||||||
padding: 12px 16px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-radius: 15px;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-container {
|
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-message {
|
.center-message {
|
||||||
|
|||||||
@ -205,15 +205,6 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
body {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: a_OldTyper;
|
|
||||||
src: url('@/assets/a_OldTyper.ttf');
|
|
||||||
}
|
|
||||||
|
|
||||||
.hr {
|
.hr {
|
||||||
margin: 7px 0;
|
margin: 7px 0;
|
||||||
}
|
}
|
||||||
@ -424,4 +415,25 @@ body {
|
|||||||
.controller-metal-right {
|
.controller-metal-right {
|
||||||
right: -15px;
|
right: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-dialog {
|
||||||
|
background-color: var(--main-color);
|
||||||
|
font-weight: 600;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
padding: 6px 14px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
border-radius: 15px;
|
||||||
|
font-size: 16px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-dialog:hover {
|
||||||
|
background-color: var(--main-color);
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-dialog:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -71,8 +71,25 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.input-custom {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box; /* обязательно! */
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.error-message {
|
.error-message {
|
||||||
color: brown;
|
color: brown;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-custom, .button-custom {
|
||||||
|
padding: 12px 16px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
border-radius: 15px;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-container {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user