ychacon | 7178971 | 2023-05-15 11:07:32 +0200 | [diff] [blame^] | 1 | /* |
| 2 | ========================LICENSE_START================================= |
| 3 | O-RAN-SC |
| 4 | %% |
| 5 | Copyright (C) 2023: Nordix Foundation |
| 6 | %% |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ========================LICENSE_END=================================== |
| 19 | */ |
| 20 | .callout { |
| 21 | padding: 20px; |
| 22 | margin: 20px 0; |
| 23 | border: 1px solid #eee; |
| 24 | border-left-width: 5px; |
| 25 | border-radius: 3px; |
| 26 | } |
| 27 | |
| 28 | .bs-callout { |
| 29 | margin-top: -5px; |
| 30 | } |
| 31 | .callout-info { |
| 32 | border-left-color: #5bc0de; |
| 33 | } |
| 34 | |
| 35 | .callout-info h4 { |
| 36 | color: #5bc0de; |
| 37 | } |
| 38 | |
| 39 | .hiddenRow { |
| 40 | padding: 0 !important; |
| 41 | } |