Skip to content

Commit

Permalink
blockquote.css
Browse files Browse the repository at this point in the history
Fixes issue ifmeorg#847  [Component] Blockquote.
  • Loading branch information
varshika15 authored Mar 19, 2018
1 parent 5a5eb39 commit e332d64
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions client/app/bundles/shared/components/blockquote.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.App {
text-align: center;
background-color: rgba(0, 0, 0, 0.25);
font-family: Hiragino Sans, Lato ;
font-size: 36px;
line-height: 14px;
font-style: italic, W3;

box-sizing: border-box;
outline: none;
border: none;
resize: none;
border-radius: 4px;
box-shadow: darkgray;

color: white;
}

0 comments on commit e332d64

Please sign in to comment.