spee.ch/client/scss/_publish-url-input.scss

22 lines
318 B
SCSS
Raw Normal View History

2018-06-03 05:58:54 +02:00
.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;
};
}
2018-06-09 02:23:11 +02:00
.publish-url-text {
margin: 0;
padding: 0;
2018-11-09 01:44:59 +01:00
color: $help-color;
2018-06-09 02:23:11 +02:00
}