mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Internal: Fix setup headers size
This commit is contained in:
@@ -60,11 +60,11 @@ h1 {
|
|||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
color: #1A202C;
|
color: #1A202C;
|
||||||
font-size: 14pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
color: #1C94C4;
|
color: #1C94C4;
|
||||||
font-size: 12pt;
|
font-size: 11pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@@ -247,7 +247,7 @@ fieldset > legend {
|
|||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #3C3C3C;
|
color: #3C3C3C;
|
||||||
font-size: 12pt;
|
font-size: 11pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #D2D2D2;
|
border-bottom: 1px solid #D2D2D2;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,11 +93,11 @@ h1 {
|
|||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
color: $default-font-color;
|
color: $default-font-color;
|
||||||
font-size: 14pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
color: #1C94C4;
|
color: #1C94C4;
|
||||||
font-size: 12pt;
|
font-size: 11pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
@@ -285,7 +285,7 @@ fieldset{
|
|||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #3C3C3C;
|
color: #3C3C3C;
|
||||||
font-size: 12pt;
|
font-size: 11pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #D2D2D2;
|
border-bottom: 1px solid #D2D2D2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user