Fixed ban logic & ui
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
@import url("https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css");
|
||||
|
||||
* {
|
||||
margin: 0px;
|
||||
@@ -40,4 +41,19 @@ main > article > section.informations > p {
|
||||
font-weight: lighter;
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
button.close {
|
||||
float: right;
|
||||
color: #ffffff;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
transition: .5s;
|
||||
margin-top: 15px;
|
||||
margin-right: 15px;
|
||||
border-radius: 5px;
|
||||
background-color: #0000001c;
|
||||
}
|
||||
Reference in New Issue
Block a user