📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 01:06:47
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
mota
/
sass
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/mota/sass
🔄 Refresh
✏️
Editing: _general.scss
Writable
:root { --red: #E00000; --red2: #FE5858; --red3: #FFD6D6; --dark-blue: #313144; --dark-grey: #C4C4C4; --medium-grey: #D8D8D8; --light-grey: #E5E5E5; } // BREAKPOINT MEDIA QUERY $breakpoint__large_phone: 700px; $breakpoint__tab: 1115px; * { font-family: 'space_mono', sans-serif; font-weight: normal; } body { display: flex; justify-content: center; margin: 0px; .main-container { width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; } } section { padding: 30px 10vw; } a { text-decoration: none; color: inherit; cursor: pointer; &:hover { font-weight: bold; } } h1, h2, h3, h4, a { text-transform: uppercase; } h1, h2 { font-style: italic; } h1 { font-size: 96px ; font-weight: bold; color: transparent; -webkit-text-stroke: 3px rgb(255, 255, 255); text-align: center; } h2 { font-size: calc(3vw + 22px); font-weight: normal; } h3 { font-size: 18px ; font-weight: normal; } h4 { font-size: 14px ; font-weight: normal; } p { font-size: 14px ; font-family: 'poppins', sans-serif; font-weight: 300; } li { text-transform: uppercase; } .btn-submit { border-radius: 2px; background-color: var(--medium-grey); color: black; height: 50px; font-size: 12px; font-family: 'space_mono', sans-serif; font-weight: normal; transition: background-color 0.6s, color 0.6s, font-weight 0.6s ease-in-out; &:hover { cursor: pointer; background-color: black; color: white; font-weight: bold; } } .content { margin-top: 80px; } @media (max-width: $breakpoint__large_phone) { h1 { font-size:2em; -webkit-text-stroke: 0.8px rgb(255, 255, 255); } h2 { font-size: 46px ; } h3 { text-align: center; } }
💾 Save Changes
❌ Cancel