Objava - pregled

This commit is contained in:
Nejc Kovač 2022-07-18 11:08:46 +02:00
parent a00123a37b
commit f354c1eba7
2 changed files with 42 additions and 2 deletions

View File

@ -24655,6 +24655,11 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more {
display: none;
}
@media screen and (max-width: 1130px) {
.more_block {
width: 40% !important;
}
}
@media screen and (max-width: 1025px) {
#vabila .copy_survey_url_holder .input_box {
width: 300px;
@ -24683,6 +24688,12 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more {
font-size: 20px !important;
}
}
@media screen and (max-width: 540px) {
.page_vabila #vabila .more .more_block {
width: unset !important;
width: 100% !important;
}
}
@media screen and (max-width: 500px) {
.page_vabila #vabila .button_holder #nice_url_holder {
flex-direction: column !important;

View File

@ -338,6 +338,15 @@ div#general_popup {
}
@media screen and (max-width: 1130px){
.more_block{
width: 40% !important;
}
}
@media screen and (max-width: 1025px){
#vabila{
@ -410,6 +419,27 @@ div#general_popup {
}
}
@media screen and (max-width: 540px) {
.page_vabila{
#vabila{
.more{
.more_block{
width: unset !important;
width: 100% !important;
}
}
}
}
}
@media screen and (max-width: 500px) {
.page_vabila{
@ -430,7 +460,6 @@ div#general_popup {
}
}
}