malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame
748 Bytes
@import '@spark-design/css/components/button/index.css';
.spark-button-start-slot {
display: flex;
}
.spark-button-size-s {
.button-icon {
height: var(--spark-button-s-line-height);
width: var(--spark-button-s-line-height);
}
}
.spark-button-size-m {
.button-icon {
height: var(--spark-button-m-line-height);
width: var(--spark-button-m-line-height);
}
}
.spark-button-size-l {
.button-icon {
height: var(--spark-button-l-line-height);
width: var(--spark-button-l-line-height);
}
}
.spark-button-action {
.button-icon {
fill: var(--spark-button-action-color);
}
}
.spark-button-disabled {
.button-icon {
fill: var(--spark-button-disabled-color);
}
}