styles
This commit is contained in:
@@ -347,9 +347,9 @@ li strong {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
padding: 0 20px;
|
padding: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 73px;
|
height: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #2f2f2f;
|
background-color: #2f2f2f;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
6
frontend/src/lib/css/styles.min.css
vendored
6
frontend/src/lib/css/styles.min.css
vendored
@@ -347,9 +347,9 @@ li strong {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
padding: 0 20px;
|
padding: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 73px;
|
height: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #2f2f2f;
|
background-color: #2f2f2f;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@@ -371,7 +371,7 @@ li strong {
|
|||||||
}
|
}
|
||||||
@media (min-width: 680px) {
|
@media (min-width: 680px) {
|
||||||
.input-box {
|
.input-box {
|
||||||
padding: 0 30px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn-container {
|
.btn-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user