From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- .../doc/assets/less/bootstrap-3.3.5/utilities.less | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less b/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less new file mode 100644 index 0000000..7a8ca27 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less @@ -0,0 +1,55 @@ +// +// Utility classes +// -------------------------------------------------- + + +// Floats +// ------------------------- + +.clearfix { + .clearfix(); +} +.center-block { + .center-block(); +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} + + +// Toggling content +// ------------------------- + +// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + .text-hide(); +} + + +// Hide from screenreaders and browsers +// +// Credit: HTML5 Boilerplate + +.hidden { + display: none !important; +} + + +// For Affix plugin +// ------------------------- + +.affix { + position: fixed; +} -- cgit v1.2.3-54-g00ecf