diff options
author | Thomas <> | 2022-05-02 17:16:15 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-02 17:16:15 +0200 |
commit | 69aa81016fe20e901a3be02bb6772c9185c0b9ef (patch) | |
tree | 94e86b91ed349c08524de0bb8669beffcf66eddb /basicConfig/webcontent/css | |
parent | d9a402c18755d47ad17283c5c52fc2311df56e85 (diff) | |
download | National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.tar.gz National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.tar.bz2 National_eIDAS_Gateway-69aa81016fe20e901a3be02bb6772c9185c0b9ef.zip |
chore(matching): re-oreder process steps in GUI releated matching
Diffstat (limited to 'basicConfig/webcontent/css')
-rw-r--r-- | basicConfig/webcontent/css/css_country.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/basicConfig/webcontent/css/css_country.css b/basicConfig/webcontent/css/css_country.css index 34b0e928..e193126c 100644 --- a/basicConfig/webcontent/css/css_country.css +++ b/basicConfig/webcontent/css/css_country.css @@ -69,6 +69,24 @@ input[type=button], input[type=submit], input[type=reset] { border: none; } +.primaryButton { + height: 4em; +} + +.singleButton { + padding-left: 2em; +} + +.mainDescription { + width: 80%; +} + + +div.mainDescription li { + display: list-item; + +} + div.header { background-color: #e9ecef; padding-top: 28px; |