taiga-front/app/styles/modules/admin/project-csv.scss

44 lines
914 B
SCSS

.project-csv {
margin-bottom: 2.5rem;
.project-values-title {
margin-bottom: 1rem;
}
.csv-regenerate-field {
align-content: center;
align-items: center;
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
a {
@extend %small;
min-width: 110px;
}
.icon {
margin-right: .3rem;
}
}
.field-with-options {
display: flex;
margin-right: 1rem;
width: 100%;
input {
flex-grow: 1;
}
}
.option-wrapper {
align-items: center;
border: 1px solid $gray-light;
border-left: 0;
border-radius: 0 5px 5px 0;
cursor: pointer;
display: flex;
padding: 0 1rem;
}
.button {
padding: .5rem 1rem;
span {
margin: 0;
}
}
}