diff options
| author | Mark Otto <[email protected]> | 2013-08-17 17:26:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 17:26:36 -0700 |
| commit | 90d5e48f5f2d9d9619eb819fc914804064a3adaa (patch) | |
| tree | d8bda2a8b1d522ae80553517e70027a6bd4bc1f4 /assets/css/docs.css | |
| parent | b3e06aea012346dcead85248d7dee91f692b29fe (diff) | |
| download | bootstrap-90d5e48f5f2d9d9619eb819fc914804064a3adaa.tar.xz bootstrap-90d5e48f5f2d9d9619eb819fc914804064a3adaa.zip | |
Add alert for customizer errors
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index e792ae2cf..da126d165 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -193,6 +193,27 @@ body { font-weight: normal; } +/* Alerts */ +.bs-customizer-alert { + position: fixed; + top: 51px; + left: 0; + right: 0; + z-index: 1030; + padding: 15px 0; + color: #fff; + background-color: #d9534f; + box-shadow: inset 0 1px 0 rgba(255,255,255,.25); + border-bottom: 1px solid #b94441; +} +.bs-customizer-alert .close { + margin-top: -2px; + color: #fff; + text-shadow: none; +} +.bs-customizer-alert p { + margin-bottom: 0; +} /* Docs pages and sections |
