Skip to content

Commit

Permalink
Update recit.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
emilevirus committed Feb 3, 2022
1 parent a929bd7 commit 9182601
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion src/scss/recit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,31 @@ $body-color: #373a3c;
/* Current directory is recit2/scss */
@import "./recit/import";
@import "./deprecated/editorhtml";
@import "./deprecated/sous-theme";


.editeur, body.theme-recit-anglais{
figure.figure_custom {
display: block !important;
-webkit-border-radius: 16px !important;
-moz-border-radius: 16px !important;
border-radius: 16px !important;
margin-bottom: 40px !important;
overflow: hidden !important;
-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5) !important;
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5) !important;
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5) !important;
}

p {font-size: 16px;}

.personal-note-embedded{
.title{
font-size: 16px;
}
}

h2 {
font-family: 'Ubuntu';
font-weight: 500;
}
}

0 comments on commit 9182601

Please sign in to comment.