Update navbar.css

This commit is contained in:
tokmak0 2022-08-31 16:12:15 +03:00 committed by GitHub
parent 6c3fb4c93c
commit 3fef090992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 11 deletions

View File

@ -49,6 +49,18 @@ a {
border: 2px solid #4d18e6;
}
.btn-danger {
color: #e8e8e8;
background-color: #ff0000;
padding: 10px 20px 10px 20px;
border-radius: 4px;
font-weight: 700;
margin: 10px;
cursor: pointer;
border: 2px solid #ff0000;
}
.btn-outline-primary {
color: #4d18e6;
padding: 10px 20px 10px 20px;
@ -60,12 +72,7 @@ a {
border: 2px solid #e2e2e2;
}
.menu {
width: 100%;
padding: 20px;
display: flex;
justify-content: space-around;
}
.btn-primary:hover {
color: #4d18e6;
@ -73,6 +80,21 @@ a {
border: 2px solid #4d18e6;
}
.btn-outline-primary:hover {
border: 2px solid #4d18e6;
}
.btn-danger:hover{
background-color: #d01919;
border: 2px solid #d01919;
}
.menu {
width: 100%;
padding: 20px;
display: flex;
justify-content: space-around;
}
.menu-item {
padding: 10px;
font-weight: 700;
@ -96,10 +118,6 @@ body {
}
.btn-outline-primary:hover {
border: 2px solid #4d18e6;
}
.menu-item:hover {
background-color: #4d18e6;
@ -125,8 +143,8 @@ div.avatar {
.box-username {
display: flex;
align-items:center;
justify-content: center;
align-items:center;
font-size: 18px;
font-weight: 700;
color: #4d18e6;