source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/system-status-report-general-info.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 3 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 255 bytes
Line 
1/**
2 * @file
3 * Default styles for the System Status general info.
4 */
5
6.system-status-general-info__item {
7 margin-top: 1em;
8 padding: 0 1em 1em;
9 border: 1px solid #ccc;
10}
11
12.system-status-general-info__item-title {
13 border-bottom: 1px solid #ccc;
14}
Note: See TracBrowser for help on using the repository browser.