generated from VLADIMIR/template_frontend
update css
This commit is contained in:
@@ -25,7 +25,7 @@ async function addClickButton() {
|
||||
<BeltBlock class="input-form">
|
||||
<MetalPlate class="controller-metal controller-metal-left"></MetalPlate>
|
||||
<MetalPlate class="controller-metal controller-metal-right"></MetalPlate>
|
||||
<div class="center-block-custom">
|
||||
<div class="center-block-700">
|
||||
<div class="controller">
|
||||
<div class="game-input">
|
||||
<input id="run" class="game-input-run" v-model="code" type="text" placeholder="Место назначения">
|
||||
@@ -94,7 +94,7 @@ async function addClickButton() {
|
||||
background-size: cover;
|
||||
border: 0;
|
||||
font-size: 18px;
|
||||
font-family: a_OldTyper;
|
||||
font-family: 'font_old_typer';
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@@ -134,4 +134,11 @@ async function addClickButton() {
|
||||
.game-button-run {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
.center-block-700 {
|
||||
width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user