nineskeletor/containers/hydra-dispatcher/theme.css

59 lines
848 B
CSS
Raw Normal View History

2022-08-28 13:25:20 +02:00
body {
background-color: #fff !important;
}
.place-items-center {
place-items: normal;
}
2023-01-05 20:07:17 +01:00
#langcontainer{
2022-08-28 13:25:20 +02:00
display:none;
}
.container {
2023-01-05 20:07:17 +01:00
max-width: 1100px;
2022-08-26 15:13:22 +02:00
}
input[type="radio"]:checked ~ .app-item {
--tw-shadow: 0 10px 15px -3px rgb(22 78 99 / 0.3), 0 4px 6px -4px rgb(22 78 99 / 0.3);
2022-08-28 13:25:20 +02:00
background-color: rgba(240, 240, 240, 0.507);
}
2023-01-05 20:07:17 +01:00
#choicecontainer {
2022-08-28 13:25:20 +02:00
display: flex;
flex-wrap: wrap;
}
2023-01-05 20:07:17 +01:00
.choicelogin {
flex: 1 1 33.333333%;
2022-08-28 13:25:20 +02:00
padding: 10px;
2023-01-05 20:07:17 +01:00
height: 350px;
2022-08-28 13:25:20 +02:00
}
2023-01-05 20:07:17 +01:00
.app-item {
2022-08-28 13:25:20 +02:00
height:100%;
display: flex;
flex-wrap: wrap;
text-align: center;
2023-01-05 20:07:17 +01:00
background-color: #ecf0f1;
2022-08-28 13:25:20 +02:00
}
2023-01-05 20:07:17 +01:00
.app-item > * {
2022-08-28 13:25:20 +02:00
flex: 1 1 100%;
}
.object-cover {
height:130px;
margin-top:30px;
}
h2{
font-size: 18px !important;
2022-08-26 15:13:22 +02:00
}
2022-08-28 13:25:20 +02:00
h5 {
font-size:30px !important;
2023-01-05 20:07:17 +01:00
}
#submitcontainer {
display:none;
2022-08-28 13:25:20 +02:00
}