generated from VLADIMIR/template_frontend
lint css
This commit is contained in:
@@ -152,7 +152,7 @@ function getTextForCounter(count: number): string[] {
|
||||
}
|
||||
|
||||
.game-input-run::placeholder {
|
||||
color: #333333;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.game-input-run:focus {
|
||||
@@ -216,11 +216,9 @@ function getTextForCounter(count: number): string[] {
|
||||
margin: 0 1px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
|
||||
background-image: url("@/assets/images/paper.jpg");
|
||||
background-size: cover;
|
||||
|
||||
box-shadow: 0px -2px 5px black;
|
||||
box-shadow: 0 -2px 5px black;
|
||||
}
|
||||
|
||||
.places-text-number {
|
||||
@@ -245,7 +243,7 @@ function getTextForCounter(count: number): string[] {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
@media (width >= 1025px) {
|
||||
.center-block-700 {
|
||||
width: 700px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user