NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

.content {

&-newer {
padding-right: 7px;
padding-left: 7px;
margin-top: -5px;
}

position: relative;
min-height: calc(100vh - 165px);
&.open {
.sidenav {
#leftSidenav01 {
width: 250px;
min-width: 250px;
}
}
.content-body {
margin-left: 250px;
}
}

.header-wrapper .actions.top-left {
top: 12px !important;
}

.header-wrapper h1 {
padding: 22px 20px 22px 50px;
margin: 0;
color: hsl(197, 19%, 32%);
}

.content-body {
margin-left: 0px;
margin-right: 0px;
position: relative;
display: block;
height: 100%;
}

}

.w-100 {
width: 100px;
}

.required-content {
color: #ef5350;
}

.sidenav {
#leftSidenav01 {
width: 0px;
min-width: 0px;
max-width: 250px;
height: 100%;
min-height: 100%;
position: fixed;
overflow-x: hidden;
overflow-y: auto;
box-shadow: inset -3px 0 22px 2px rgba(0, 0, 0, .06);
color: #627288;
padding-left: 0;
-khtml-transform: translateX(0);
transform: translateX(0);
transition: all .15s linear;
background-color: #f3f3f4;
}
}

@media (max-width: 992px) {
.content {
&.open {
.sidenav {
#leftSidenav01 {
transition: 0.5s;
display: block;
width: 250px;
min-width: 250px;
}
}
.content-body {
margin-left: 250px;
}
}
}
}

.custom-list .card {
margin-bottom: 1px;
}

.custom-list .card .card-header {
height: 50px;
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 13px;
line-height: 35px;
}

.custom-list .card-header:hover {
// background: rgba(0, 0, 0, .04);
background-color: #ddf0fb;
}

.custom-list .card .card-body {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 13px;
}

.submenu ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}

.submenu ul li {
position: relative;
display: block;
font-size: 14px;
}

.submenu ul li.active {
color: #688696;
background-color: #dde0e3;
border-left: solid 3px #42a5f5;
}

.submenu li a {
position: relative;
display: block;
font-size: 0.8125rem;
padding: 10px 15px !important;
}

.submenu li a i {
width: 25px;
font-size: 1.4em;
vertical-align: text-top;
display: inline-block;
}

.submenu ul li:hover {
background: rgba(200, 200, 200, .2);
cursor: pointer;
}

.dropdown-menu.dropdown-sm {
z-index: 100 !important;
padding: 3px;
min-width: 250px;
}

.dropdown-menu.dropdown-sm>li>a {
padding: 8px;
font-size: 0.875rem !important;
font-weight: 400 !important;
text-transform: capitalize;
}

.dropdown-menu.dropdown-sm>li a i {
font-size: 1.2375rem;
}

.dropdown-blue.dropdown-menu li a:hover {
background-color: #2196f3;
color: #fff !important;
-webkit-box-shadow: 0 14px 26px -12px rgba(33, 150, 243, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(33, 150, 243, 0.2);
box-shadow: 0 14px 26px -12px rgba(33, 150, 243, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(33, 150, 243, 0.2);
}

.nav-tabs li a:after {
bottom: -2px !important;
}

.card-custom-blue {
position: relative;
padding: 4px;
background-color: #eef5f9;
border-radius: 5px;
height: 200px; // border: solid #cccc 1px;
margin-bottom: 20px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.image-upload {
img {
cursor: pointer;
margin-top: 25px;
}

div > input {
display: none;
}
}

.image-upload:hover {
cursor: pointer;
}

.image-container {
width: 50px;
height: 50px;
margin: 5px 5px 5px 0;

img {
border-radius: 50%;
margin: auto;
}
}

.imgListFallback {
width: 30px;
height: 30px;
margin-top: 0px;
}

.imageDefault {
width: 80px;
height: 80px;
margin-left: 15px;
margin-top: 40px !important;
}

.imgFallback {
width: 100px;
height: 100px;
margin-top: 30px;
margin-left: 12px;
border-radius: 50%;
}

/* CSS referente ao loader */
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 }
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
from{ bottom:-100px; opacity:0 }
to{ bottom:0; opacity:1 }
}

#myDiv {
display: none;
text-align: center;
}

.filter-button {
position: inherit !important;
width: 30px !important;
padding-top: 5px !important;
margin-right: 5px !important;
margin-left: 5px !important;
}

:host /deep/ ngb-datepicker {
width: auto !important
}

.picture-fallback {
width: 50px;
height: 50px;
padding-top: 15px;
padding-left: 27px;

i {
margin: auto;
}
}

.image-content {
margin-top: 5px;

.image-div {
width: 50px;
height: 50px;

img {
border-radius: 50%;
margin: auto;
}
}
}

.list-card {
cursor: pointer;
}

.list-card:nth-child(even) {
background-color:#f8f8f8 !important;
}

.name-content {
margin-bottom: -10px;
}

.gender-content {
margin-top: -10px;
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.