spee.ch/client/scss/containers/_publish-url-input.scss
2018-06-02 20:58:54 -07:00

15 lines
245 B
SCSS

.publish-url-input {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: baseline;
border-bottom: solid 1px grey;
.shrink {
flex: 0 1 auto;
};
.fill {
flex: 1 0 auto;
};
}