-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed css from notes.html.erb * Added a new css file * Added stylesheet link * Fixed typo * removed stylesheet link
- Loading branch information
1 parent
15bcb31
commit d8c644a
Showing
2 changed files
with
52 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
#notes .card { | ||
background-color: #fff; | ||
border: 1px solid; | ||
border-color: #D3D3D3; | ||
border-radius: 6px; | ||
margin:1em 0em 1em 0em; | ||
padding: 0px !important; | ||
} | ||
#notes .card-body { | ||
margin-right: 1em; | ||
margin-left: 1em; | ||
padding: 0.8em; | ||
text-align: left; | ||
} | ||
|
||
#notes .btn { | ||
font-size: 15px; | ||
} | ||
|
||
#notes .buttons { | ||
text-align: center; | ||
} | ||
|
||
#notes .imgg { | ||
background: #aaa; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
#notes .note-not { | ||
margin-left:auto; | ||
margin-right: auto; | ||
color: #fff; | ||
} | ||
|
||
#notes .ellipsis { | ||
cursor: pointer; | ||
} | ||
|
||
#notes .dropdown-menu li a{ | ||
display: inline-block; | ||
padding-bottom: 5px; | ||
padding-left: 14px; | ||
font-size: 13px; | ||
} | ||
|
||
#notes .bottom-right { | ||
position: absolute; | ||
bottom: 10px; | ||
right: 16px; | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters