1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00
documize/gui/app/styles/view/page-exceptions.scss
Harvey Kandola b31ab712c1 upgraded Ember and integrated Bootstrap 4
Upgraded to Ember JS 2.16.x release. This upgrade uses the new JavaScript modules API syntax.

Integrated Bootstrap 4 Beta 2 via package.json and associated popper.js library. Overridden Bootstrap styles using bootstrap.scss -- this file selectively imports the modules we need.
2017-11-16 13:28:05 +00:00

49 lines
674 B
SCSS

.documize-base-exception
{
background-color: $color-off-white;
border: 1px solid $color-border !important;
margin: 20px;
padding: 20px;
text-align: left;
font-size: 14px;
color: $color-off-black;
display: none !important;
.label
{
font-weight: bold;
text-transform: uppercase;
padding-right: 30px;
}
}
.documize-first-page
{
@extend .documize-base-exception;
}
.documize-exotic-image
{
@extend .documize-base-exception;
}
.documize-footnote
{
@extend .documize-base-exception;
}
.documize-graphictext
{
@extend .documize-base-exception;
}
.documize-math
{
@extend .documize-base-exception;
}
.documize-attachment
{
display: none !important;
}