Skip to content
Snippets Groups Projects

#3315859:Communicated the status/state of a module in one of the upper corners of a module card

Merged #3315859:Communicated the status/state of a module in one of the upper corners of a module card
Compare and
8 files
+ 60
32
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 14
6
@@ -420,10 +420,6 @@
line-height: 0.75;
}
.pb-actions__icon {
color: #228572;
}
/* <Project/Categories> */
.pb-project-categories__list {
display: inline-block;
@@ -716,8 +712,12 @@
/* <Project/ProjectStatusIndicator> */
.project_status-indicator {
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
padding: 0.25rem 0.5rem;
cursor: not-allowed;
border: none;
background: none;
}
/* <Search/FilterApplied> */
@@ -1038,3 +1038,11 @@
border: 1px solid;
}
}
.project_status-indicator__label {
margin-bottom: 5px;
margin-left: 5px;
color: var(--color-gray-800);
font-size: 16px;
font-weight: 700;
}
Loading