/******************************************************************************\ | | | dialogs.less | | | |******************************************************************************| | | | This defines various CSS styles used in this application. | | | | Author(s): Abe Megahed | | | | This file is subject to the terms and conditions defined in | | 'LICENSE.txt', which is part of this source code distribution. | | | |******************************************************************************| | Copyright (C) 2016-2020, Rocket Watches, www.rocketwatches.com | \******************************************************************************/ .modal { font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.5; } .modal-header { background: #FFD850; border-top-left-radius: 5px; border-top-right-radius: 5px; h1 { font-variant: normal; font-size: 125%; line-height: 1.25em; color: @dark-grey; margin: 0; padding: 0; border: none; } } .modal-footer { border-top: 5px solid #FFD850; } #error .modal-header { background: #FFD850; border-top-left-radius: 5px; border-top-right-radius: 5px; #modal-header-text { color: white; } }