mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
layout of post-text extension
This commit is contained in:
parent
d77f85dbd0
commit
9fe445ed20
@ -5626,10 +5626,11 @@ div.input_with_post_text {
|
|||||||
align-items: center; }
|
align-items: center; }
|
||||||
|
|
||||||
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003139}}
|
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003139}}
|
||||||
div.input_with_post_text span {
|
div.input_with_post_text span.post_text {
|
||||||
flex: 1; }
|
flex: 1;
|
||||||
|
margin-left: 0.5em; }
|
||||||
|
|
||||||
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003142}}
|
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003143}}
|
||||||
div.input_with_post_text input {
|
div.input_with_post_text input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -136,8 +136,9 @@ div.input_with_post_text {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.input_with_post_text span {
|
div.input_with_post_text span.post_text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
div.input_with_post_text input {
|
div.input_with_post_text input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user