Skip to content
Snippets Groups Projects
Commit 41b943fa authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

More CSS cleanup.

parent ce9ed998
No related branches found
No related tags found
No related merge requests found
Pipeline #55693 passed
......@@ -188,54 +188,7 @@
width: 100%;
max-height: 50%;
overflow: auto;
}
.bottom-container-nav {
height: 35px;
width: 100%;
top: 0;
display: flex;
flex-direction: row;
cursor: pointer;
}
.bottom-container-links {
width: 100%;
height: 100px;
display: block;
}
.bottom-container-link-text {
font-size: 8px;
/*font-size: 10px;*/
max-width: 65px;
font-weight: bold;
text-align: center;
}
.link-img {
min-width: 70px;
width: 70px;
height: 70px;
margin: 10px;
pointer-events: all;
cursor: pointer;
border-radius: 50%;
overflow: hidden;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
}
.bottom-container-nav-tab {
height: 100%;
display: flex;
padding: 0 8px;
min-width: 10%;
text-align: center;
line-height: 35px;
font-size: 0.7vw;
background-color: #ffffff;
}
/*New Section */
......@@ -244,10 +197,7 @@
background-color: #ffffff;
color: #444;
cursor: pointer;
padding-top: 9px;
padding-bottom: 9px;
padding-right: 9px;
padding-left: 0;
padding: 9px 9px 9px 0;
width: 100%;
display: flex;
font-weight: bold;
......@@ -264,10 +214,7 @@
background-color: #ffffff;
color: #444;
cursor: pointer;
padding-top: 9px;
padding-bottom: 9px;
padding-right: 9px;
padding-left: 0;
padding: 9px 9px 9px 0;
width: 100%;
border: 2px solid white;
text-align: left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment