This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/static/css/config-setup-app-component.css
Sam Chow 690b7674e7 Create intial config setup modal
remove the registry title
2018-06-13 16:44:12 -04:00

24 lines
409 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;
}