Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jun 10, 2020
2 parents 3ab0d7b + 1f849cc commit 013afd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm start
## Resources
* [Bootstrap](https://getbootstrap.com/)
* [JQuery](http://jquery.com/)
* [Font awsome](http://fontawesome.io/)
* [Font awesome](http://fontawesome.io/)
* [Malihu custom scrollbar plugin](https://github.com/malihu/malihu-custom-scrollbar-plugin)

## License
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,26 +467,26 @@ body {
background-image: url(../img/bg4.jpg); }

/*---- border-radius ------*/
.boder-radius-on .sidebar-header .user-pic {
.border-radius-on .sidebar-header .user-pic {
border-radius: 12px; }

.boder-radius-on .badge {
.border-radius-on .badge {
border-radius: 8px; }

.boder-radius-on .sidebar-menu ul li i {
.border-radius-on .sidebar-menu ul li i {
border-radius: 4px; }

.boder-radius-on .sidebar-footer .dropdown-menu {
.border-radius-on .sidebar-footer .dropdown-menu {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.boder-radius-on .sidebar-footer .dropdown-menu .notification-content i,
.boder-radius-on .sidebar-footer .dropdown-menu .message-content .pic {
.border-radius-on .sidebar-footer .dropdown-menu .notification-content i,
.border-radius-on .sidebar-footer .dropdown-menu .message-content .pic {
border-radius: 4px; }

.boder-radius-on .sidebar-search input {
.border-radius-on .sidebar-search input {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }

.boder-radius-on .sidebar-search .input-group-append .input-group-text {
.border-radius-on .sidebar-search .input-group-append .input-group-text {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
2 changes: 1 addition & 1 deletion src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ body {
}

/*---- border-radius ------*/
.boder-radius-on {
.border-radius-on {

.sidebar-header .user-pic {
border-radius: 12px;
Expand Down

0 comments on commit 013afd5

Please sign in to comment.