.modal { margin: 64px; background-color: @view_bg_color; border: 1px solid grey; border-radius: 10px } .modal-title { font-size: larger; padding: 8px; background-color: @headerbar_bg_color; border-bottom: 1px solid @headerbar_border_color; border-radius: 10px 10px 0px 0px; } .modal-content { padding: 8px; } .modal-footer { }