UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

67 lines (62 loc) 1.22 kB
/** * @file cswp-base.module.scss * @Copyright (c) Microsoft Corporation. All rights reserved. */ /* Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license */ .errorBox { padding: 12px 0px; overflow: hidden; position: relative; top: 0; left: 0; right: 0; z-index: 1; display: inline-block; } [dir=ltr] .errorBox { text-align: left; } [dir=rtl] .errorBox { text-align: right; } .errorBoxText { position: relative; display: inline-block; white-space: pre-wrap; color: #605e5c; font-weight: bold; } .detailsButton { text-transform: uppercase; color: #0078d4; border: none; background: none; margin-top: 20px; } [dir=ltr] .detailsButton { padding-left: 0px; } [dir=rtl] .detailsButton { padding-right: 0px; } .somethingWentWrongText { font-weight: normal; color: #0078d4; } .siteAdminText { font-weight: bold; color: #0078d4; } /* not visible on the page but only for accessibility tools, can't be just display hidden */ .screenReaderOnly { position: absolute; text-indent: -9999px; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0; }