mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Move src assets files out of dist folder, clean up grunt and related files, separate functions and mixins scss...
This commit is contained in:
34
assets/styles/trumps/_trumps.scss
Normal file
34
assets/styles/trumps/_trumps.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
// ==========================================================================
|
||||
// Trumps
|
||||
// ==========================================================================
|
||||
.u-left {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
.u-right {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.u-align-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.u-align-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.u-align-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
// States
|
||||
// ==========================================================================
|
||||
.is-visible {
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.is-hidden {
|
||||
visibility: hidden !important;
|
||||
opacity: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user