f5a8116f5a
Small fix to manually clean up temp dir when creating new temp dir, small fix to font awesome icons, change the jwt/keystone validators to not use username/password
38 lines
731 B
CSS
38 lines
731 B
CSS
.config-setup-wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.config-setup_option {
|
|
font-size: x-large;
|
|
height: 250px;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 15px;
|
|
margin: 15px;
|
|
}
|
|
|
|
.config-setup_option i {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.config-setup_option:hover {
|
|
background-color: #dddddd;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Overrides for fixing old quay styles*/
|
|
|
|
|
|
/* Fixes the transition to font awesome 5 */
|
|
.quay-config-app .co-alert.co-alert-warning::before {
|
|
font-family: Font Awesome\ 5 Free;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.quay-config-app .co-alert.co-alert-info::before {
|
|
font-family: Font Awesome\ 5 Free;
|
|
font-weight: 900;
|
|
}
|