Moved definitions for a best location SASS based
This commit is contained in:
parent
ef491cbb9e
commit
e8f2266fe3
1 changed files with 11 additions and 14 deletions
|
|
@ -59,12 +59,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
div {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
}
|
||||
|
||||
.navbar-custom {
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid rgba($light, 0.3);
|
||||
|
|
@ -241,6 +235,17 @@ div {
|
|||
line-height: 1.5;
|
||||
list-style-position: inside;
|
||||
}
|
||||
p {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
}
|
||||
pre > code { text-align: left; }
|
||||
img.emoji {
|
||||
/* Override any img styles to ensure Emojis are displayed inline */
|
||||
margin: 0px !important;
|
||||
display: inline !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Added in { Personal } */
|
||||
|
|
@ -321,11 +326,3 @@ body {
|
|||
100% { opacity:1; }
|
||||
}
|
||||
/* END Added in { Personal } for Typed Cursor in Header */
|
||||
|
||||
code { text-align: left; }
|
||||
|
||||
img.emoji {
|
||||
// Override any img styles to ensure Emojis are displayed inline
|
||||
margin: 0px !important;
|
||||
display: inline !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue