static.index.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspsp-profile-server Show documentation
Show all versions of aspsp-profile-server Show documentation
Aspsp profile service for XS2A and ASPSP
/*
* Copyright 2018-2018 adorsys GmbH & Co KG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.page {
font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
color: #054f72;
background-color: #fafafa;
font-weight: lighter;
text-align: center;
font-size: 112%;
}
.header {
padding: 1%;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.header img{
display: inline-block;
width: auto;
height: 25px;
padding: 0 20px 0 10px;
}
.header__title {
display: inline-block;
font-size: 27px;
font-weight: bolder;
color: #054f72;
margin: 0 0 6px;
}
.container {
padding-top: 4%;
display: flex;
justify-content: center;
}
.elements {
display:flex;
flex-direction: column;
background-color: white;
padding: 0.5%;
width: 35%;
border-radius: 0.1%;
align-items: center;
box-shadow: 10px 10px 8px -6px rgba(0,0,0,0.25);
}
.elements li{
padding: 5%;
}
.elements a {
text-decoration: underline;
color: #065d87;
}
a:hover {
background-color: lightskyblue;
}
.minicontainer {
display: block;
text-align: left;
background-color: #e6eff3;
width: 65%;
margin: 1% 5% 6% 5%;
border-radius: 0.1%;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy