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