generated from VLADIMIR/template_frontend
add css linter
This commit is contained in:
@@ -87,12 +87,12 @@ getScenarios()
|
||||
<style scoped>
|
||||
.scenarios-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
flex-flow: row wrap;
|
||||
justify-content: center;
|
||||
overflow-y: auto;
|
||||
padding: 40px 0;
|
||||
height: calc(100vh - 150px);
|
||||
|
||||
/* border: 1px solid red; */
|
||||
}
|
||||
|
||||
@@ -100,6 +100,7 @@ getScenarios()
|
||||
margin: 10px;
|
||||
width: 150px;
|
||||
cursor: pointer;
|
||||
|
||||
/* background-color: #553333; */
|
||||
}
|
||||
|
||||
@@ -122,7 +123,7 @@ getScenarios()
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #333333;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.scenario-image {
|
||||
@@ -134,7 +135,7 @@ getScenarios()
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
@media (width >= 1024px) {
|
||||
.scenarios-container {
|
||||
height: calc(100vh - 70px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user