[Monitor Dashboard | Trunk]: Remove some double ;; and app_my_theme from index.html
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@61223 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b348613eab
commit
b8254c7d29
|
@ -3,14 +3,14 @@
|
|||
border-radius: 36px;
|
||||
padding: 65px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: var(--large-font-size);;
|
||||
font-size: var(--large-font-size);
|
||||
}
|
||||
|
||||
ul.portal-circle {
|
||||
list-style: none;
|
||||
padding-left: 40px;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: var(--font-size);;
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
ul.portal-circle li {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
<body class="app_my_theme dashboard">
|
||||
<body class="dashboard">
|
||||
<div>
|
||||
<app-root></app-root>
|
||||
</div>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
<body class="app_my_theme dashboard">
|
||||
<body class="dashboard">
|
||||
<div>
|
||||
<app-root></app-root>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue