mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
* chore: update changelog * 4.1.0-beta.1 * fix: Project filter was trying to filter based on full project object * 4.0.6 * fix: add user to archived toggle view * fix: remove console log * 4.0.7 * 4.0.8 * fix: make sure the index we're trying to access exists * fix: load fonts from google, fallback to system fonts * fix: snapshot * 4.0.10 * fix: update package json * fix update fonts * fix: remove custom font family for archive * fix: update snapshot Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
38 lines
658 B
SCSS
38 lines
658 B
SCSS
.archiveList {
|
|
background-color: #fff;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
align-items: center;
|
|
padding: 0 16px 0 18px;
|
|
}
|
|
|
|
.listItemToggle {
|
|
width: 40%;
|
|
flex-shrink: 0;
|
|
margin-right: 20%;
|
|
}
|
|
.listItemCreated {
|
|
width: 10%;
|
|
flex-shrink: 0;
|
|
margin-right: 2px;
|
|
}
|
|
.listItemRevive {
|
|
width: 5%;
|
|
flex-shrink: 0;
|
|
margin-right: 10%;
|
|
}
|
|
.toggleDetails {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
letter-spacing: 0;
|
|
line-height: 18px;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
display: block;
|
|
padding: 0;
|
|
}
|
|
.strategiesList {
|
|
flex-shrink: 0;
|
|
float: right;
|
|
margin-left: 8px !important;
|
|
}
|