feat: 要望対応 NEWDWH2021-1266 コーポレートカラーに変更
This commit is contained in:
parent
ee75473d60
commit
16deee9e4e
@ -6,8 +6,6 @@
|
||||
|
||||
body {
|
||||
white-space: nowrap;
|
||||
background-color: LightCyan;
|
||||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
5
ecs/jskult-webapp/src/static/css/main_theme.css
Normal file
5
ecs/jskult-webapp/src/static/css/main_theme.css
Normal file
@ -0,0 +1,5 @@
|
||||
body {
|
||||
/* Merck Sensitive Green */
|
||||
background-color: #B4DC96;
|
||||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
@ -4,11 +4,6 @@ table {
|
||||
box-sizing: initial;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: LightCyan;
|
||||
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
|
||||
h1{
|
||||
margin-left : 1%;
|
||||
font-weight: 700;
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
body{
|
||||
background-color: LightCyan;
|
||||
background-size: 220%,220%;
|
||||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
|
||||
.background{
|
||||
|
||||
@ -67,7 +67,7 @@ div.paginationjs-pages ul {
|
||||
}
|
||||
.paginationjs-pages > ul > li.paginationjs-ellipsis.disabled > a {
|
||||
border: none;
|
||||
background-color: LightCyan;
|
||||
background-color: inherit;
|
||||
color: black;
|
||||
margin: 0 4px;
|
||||
padding: 0;
|
||||
|
||||
@ -6,8 +6,6 @@
|
||||
|
||||
body {
|
||||
margin: 8px;
|
||||
background-color: LightCyan;
|
||||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
|
||||
<link rel="stylesheet" href="/static/css/main_theme.css">
|
||||
<link rel="stylesheet" href="/static/css/pagenation.css">
|
||||
<link rel="stylesheet" href="/static/css/datepicker.css">
|
||||
<link rel="stylesheet" href="/static/css/loading.css">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user