clean up unused CSS
This commit is contained in:
parent
d22a88c419
commit
fe6fc38026
1 changed files with 0 additions and 77 deletions
77
style.css
77
style.css
|
@ -65,28 +65,6 @@ html *
|
|||
'left middle right'
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #EBEBEB;
|
||||
color: black;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
height: 35px;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
.headerbutton {
|
||||
background-color: #EBEBEB;
|
||||
color: black;
|
||||
|
@ -153,7 +131,6 @@ html *
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
.backbutton {
|
||||
position: absolute;
|
||||
color: black;
|
||||
|
@ -174,21 +151,6 @@ html *
|
|||
background-color: #DEDEDE;
|
||||
}
|
||||
|
||||
.banner {
|
||||
position: fixed;
|
||||
background-color: #BFD7F3;
|
||||
color: black;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gtk-button-pill {
|
||||
position: relative;
|
||||
width: auto;
|
||||
|
@ -228,28 +190,6 @@ html *
|
|||
'left middle right'
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #4a4a4a;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
height: 35px;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #595959;
|
||||
}
|
||||
|
||||
.headerbutton {
|
||||
background-color: #4a4a4a;
|
||||
color: #ffffff;
|
||||
|
@ -316,8 +256,6 @@ html *
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.backbutton {
|
||||
position: absolute;
|
||||
color: #ffffff;
|
||||
|
@ -338,21 +276,6 @@ html *
|
|||
background-color: #3e3e3e;
|
||||
}
|
||||
|
||||
.banner {
|
||||
position: fixed;
|
||||
background-color: #29415E;
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gtk-button-pill {
|
||||
position: relative;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue