Skip to content

Commit

Permalink
Merge pull request #541 from Real-Dev-Squad/develop
Browse files Browse the repository at this point in the history
Dev to main merge
  • Loading branch information
prakashchoudhary07 authored Dec 9, 2023
2 parents 0586e89 + 55e9ce7 commit f008164
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions app/styles/tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.progress-bar-red {
--progress-bar-color:rgba(255, 0, 0, 0.8);
--progress-bar-color: rgba(255, 0, 0, 0.8);
}
.progress-bar-yellow {
--progress-bar-color: rgba(255, 255, 0, 0.9);
Expand All @@ -28,7 +28,7 @@
--progress-bar-color: rgba(0, 128, 0, 0.9);
}
.progress-bar-orange {
--progress-bar-color: rgba(255, 165, 0,0.9);
--progress-bar-color: rgba(255, 165, 0, 0.9);
}

.tasks-page {
Expand Down Expand Up @@ -384,7 +384,7 @@
color: var(--primary-text-color);
transition: 0.25s ease-in-out;
height: 2.5rem;
width: 10rem;
width: auto;
flex-shrink: 0;
}

Expand Down Expand Up @@ -608,18 +608,18 @@
white-space: normal;
}

.multiple-extension-form__container-close {
background-color:#a70606;
color: var(--button-proceed--text);
font-size: 1.2rem;
border: none;
border-radius: 8px;
padding: 5px 9px;
width: 40%;
display: flex;
justify-content: center;
margin:0 auto;
}
.multiple-extension-form__container-close {
background-color: #a70606;
color: var(--button-proceed--text);
font-size: 1.2rem;
border: none;
border-radius: 8px;
padding: 5px 9px;
width: 40%;
display: flex;
justify-content: center;
margin: 0 auto;
}

.error-message {
color: red;
Expand All @@ -630,7 +630,6 @@
width: 100%;
}


.error-placeholder {
color: red;
text-align: center;
Expand All @@ -647,16 +646,15 @@
background-color: #888;
}


.multiple-extension-form__open-button:hover ,
.multiple-extension-form__open-button:hover,
.multiple-extension-form__create-button:hover {
background-color: #01ad01;
color: #fff;
}

.multiple-extension-form__container-close:hover{
.multiple-extension-form__container-close:hover {
background-color: #d50707;
color:#fff
color: #fff;
}

.multiple-extension-form__create-button {
Expand All @@ -670,24 +668,25 @@
width: 40%;
display: flex;
justify-content: center;
margin:0 auto;
margin: 0 auto;
border: none;
border-radius: 8px;
padding: 5px 9px;
transition: background-color 0.3s ease;
}

.latest-extension-info__content th {
text-align: right;
width: 50%;
}
.latest-extension-info__content th {
text-align: right;
width: 50%;
}

.latest-extension-info__content th, td {
.latest-extension-info__content th,
td {
padding: 8px 2px;
vertical-align: top;
min-width: 50%;
}
.latest-table{
.latest-table {
width: 100%;
}
.latest-extension-info__content th {
Expand All @@ -697,7 +696,8 @@
text-align: left;
word-wrap: normal;
}
tr>th,tr>td{
tr > th,
tr > td {
vertical-align: top;
}

Expand All @@ -707,9 +707,9 @@ textarea {
overflow-y: auto;
}

div.buttons{
div.buttons {
display: flex;
flex-direction:row;
flex-direction: row;
min-width: 100%;
align-content: center;
justify-content: center;
Expand Down

0 comments on commit f008164

Please sign in to comment.