Files
daily-counter/css/theme.css
John Ahlroos da7e881311
Some checks failed
Build & Release / build-docker-image (push) Failing after 3m15s
Build & Release / deploy-to-production (push) Has been skipped
Initial import
2026-04-06 20:32:01 +02:00

57 lines
1.1 KiB
CSS

#MainMenu {
#display: none;
}
.stApp {
min-width: 360px;
}
.stAppHeader {
width: 100%;
max-width: 736px;
margin-left: auto;
margin-right: auto;
}
.stMainBlockContainer{
padding-top: 4rem;
}
.stPageLink a {
background: whitesmoke;
height: 40px;
width: 45px;
border: 1px solid silver;
padding-left: 12px;
}
.stPageLink a > span:first-child {
display: none;
}
.st-key-selected_tab div[role="tablist"] > button{
width: 100%;
}
.st-key-counter-table > div {
border: 1px solid gray;
padding: 10px;
border-radius: 5px;
background-color: whitesmoke;
}
.st-key-color-selector div[role = "radiogroup"] {
display: flex;
flex-direction: row;
}
.st-key-color-selector div[role = "radiogroup"] > label {
flex: 1
}
.st-key-color-selector div[role = "radiogroup"] > label > div:first-child {
display: none;
}
.st-key-color-selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) {
outline: 3px solid blue;
}
.st-key-color-selector div[role = "radiogroup"] p {
visibility: hidden;
}