Skip to content

Commit

Permalink
user menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Jan 28, 2021
1 parent 76ea60c commit 4ff0053
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 45 deletions.
44 changes: 12 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,27 @@

# Blogifier
Blogifier is an open-source publishing platform.<br>
Written in .NET 5.0 and Blazor WebAssembly.
## Blogifier
Blogifier is an open-source publishing platform Written in .NET 5.0 and Blazor WebAssembly.

**[Blogifier Website »](https://blogifier.net/)**
<br>
<br>
[**Blogifier Website »**](https://blogifier.net/)

## Demo
We have an online demo that you can take a look.

**[Blogifier Demo »](https://demo.blogifier.net/)**
[**Blogifier Demo »**](https://demo.blogifier.net/)

Username: `admin@us.com` Password: `admin`
<br>
<br>

## Docs
We publish Docs on the blogifier website.
We publish docs on the Blogifier website.

**[Explore Blogifier Docs »](https://blogifier.net/docs/)**
<br>
<br>
[**Explore Blogifier Docs »**](https://blogifier.net/docs/)

## Quick Start
There are two options, ready-to-use and the source version.
## Team

- ### Ready-to-use
[![@farzindev](https://avatars.githubusercontent.com/u/6384978?s=60&v=4)](https://github.com/farzindev) &nbsp;
[![@rxtur](https://avatars.githubusercontent.com/u/1932785?s=60&v=4)](https://github.com/rxtur)

Requirements:x
- None

Steps:
- Download the latest version
- Upload
## Copyright and License
Code released under the MIT License. Docs released under Creative Commons.


- ### Source

Requirements:
- .NET 5.0
- VS Code or any other IDE

Steps:
- Clone the Master branch or latest source version
- ...
Copyright 2017–2021 Blogifier
17 changes: 10 additions & 7 deletions src/Blogifier/wwwroot/themes/standard/css/blog.css

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

2 changes: 1 addition & 1 deletion src/Blogifier/wwwroot/themes/standard/css/blog.css.map

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

14 changes: 9 additions & 5 deletions src/Blogifier/wwwroot/themes/standard/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@

.dropdown-user {
&-btn {
background: none;
color: #622aff;
background: rgba(#622aff, .15);
font-weight: 500;
border: 2px solid #622aff;
border: 0;
border-radius: 0.25rem;
padding: 0.5rem 1rem;
outline: none !important;
&:hover {
border-color: rgba(#622aff, 0.8);
font-size:.9875rem;
&:hover ,
&:focus{
background-color:#622aff;
color:#fff;
}

img {
Expand All @@ -45,9 +48,10 @@
min-width: 100%;
border: 0;
.dropdown-item {
color: rgba(#fff, 0.7);
color: rgba(#fff, 0.85);
font-size: 0.875rem;
padding: 0.25rem 1rem;
text-transform: capitalize;

&:hover,
&:focus {
Expand Down

0 comments on commit 4ff0053

Please sign in to comment.