[4549] added mobile screen support

This commit is contained in:
mpetrov 2024-10-21 12:14:10 +03:00
parent 9fa028b9f7
commit f89cda2514

View File

@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
@import "../../../../scss/constants";
:host { :host {
.mat-mdc-dialog-content { .mat-mdc-dialog-content {
padding: 0 24px 24px; padding: 0 24px 24px;
@ -20,5 +22,9 @@
.dialog-title { .dialog-title {
max-width: 80vw; max-width: 80vw;
@media #{$mat-lt-sm} {
max-width: 100%;
}
} }
} }