file restructuring
This commit is contained in:
+13
-6
@@ -167,12 +167,21 @@ select {
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
max-width: 500px;
|
||||
padding: 1rem;
|
||||
padding: 0.75rem;
|
||||
border: 1px solid #cfcfcf;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
font-size: 2rem;
|
||||
color: black;
|
||||
height: 4rem;
|
||||
}
|
||||
|
||||
input:focus,
|
||||
select:focus {
|
||||
background-color: #f9f9f9;
|
||||
outline:none;
|
||||
box-shadow: 0px 0px 8px 2px rgba(0, 62, 121, 0.5);
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -186,6 +195,7 @@ button {
|
||||
padding: 1rem 1.75rem;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
height: 4rem;
|
||||
}
|
||||
|
||||
.groupInput {
|
||||
@@ -278,9 +288,10 @@ a {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
font-size: 2.5rem;
|
||||
font-size: 3rem;
|
||||
font-weight: bold;
|
||||
text-align: start;
|
||||
color:#bd8c01;
|
||||
border-bottom: 1px solid #cfcfcf;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -426,10 +437,6 @@ table tr {
|
||||
}
|
||||
|
||||
@media (max-width: 1330px) {
|
||||
.mainContainer {
|
||||
grid-template-rows: 60px 1fr;
|
||||
}
|
||||
|
||||
.centerGrid {
|
||||
display: flex !important;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user