mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update navbar.css
This commit is contained in:
parent
6c3fb4c93c
commit
3fef090992
1 changed files with 29 additions and 11 deletions
|
@ -49,6 +49,18 @@ a {
|
||||||
border: 2px solid #4d18e6;
|
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 {
|
.btn-outline-primary {
|
||||||
color: #4d18e6;
|
color: #4d18e6;
|
||||||
padding: 10px 20px 10px 20px;
|
padding: 10px 20px 10px 20px;
|
||||||
|
@ -60,12 +72,7 @@ a {
|
||||||
border: 2px solid #e2e2e2;
|
border: 2px solid #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
|
||||||
width: 100%;
|
|
||||||
padding: 20px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
color: #4d18e6;
|
color: #4d18e6;
|
||||||
|
@ -73,6 +80,21 @@ a {
|
||||||
border: 2px solid #4d18e6;
|
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 {
|
.menu-item {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -96,10 +118,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-outline-primary:hover {
|
|
||||||
border: 2px solid #4d18e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menu-item:hover {
|
.menu-item:hover {
|
||||||
background-color: #4d18e6;
|
background-color: #4d18e6;
|
||||||
|
@ -125,8 +143,8 @@ div.avatar {
|
||||||
|
|
||||||
.box-username {
|
.box-username {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items:center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items:center;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #4d18e6;
|
color: #4d18e6;
|
||||||
|
|
Loading…
Reference in a new issue