Remove redundant CSS
This commit is contained in:
parent
86146ef523
commit
dfceb41e61
@ -36,17 +36,6 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
display: float;
|
|
||||||
background-color: #3c78d8;
|
|
||||||
color: #f6f5f4;
|
|
||||||
padding: 7px;
|
|
||||||
border-radius: 5px;
|
|
||||||
text-decoration: none;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
line-height: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.actionbutton {
|
.actionbutton {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -95,26 +84,6 @@ a {
|
|||||||
background-color: #112b55;
|
background-color: #112b55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-info {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
margin: 0 auto;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
top: 20px;
|
|
||||||
width: 80%;
|
|
||||||
background-color: rgba(41,106,163,0.9);
|
|
||||||
color: white;
|
|
||||||
border-radius: 50px;
|
|
||||||
padding: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popup-close {
|
|
||||||
position: absolute;
|
|
||||||
right: 30px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #7fa7e6;
|
background-color: #7fa7e6;
|
||||||
color: white;
|
color: white;
|
||||||
|
Reference in New Issue
Block a user