CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
19 lines
306 B
SCSS
19 lines
306 B
SCSS
///
|
|
/// Phantom by Pixelarity
|
|
/// pixelarity.com | hello@pixelarity.com
|
|
/// License: pixelarity.com/license
|
|
///
|
|
|
|
/* Icons */
|
|
|
|
ul.icons {
|
|
cursor: default;
|
|
list-style: none;
|
|
padding-left: 0;
|
|
margin: -1em 0 _size(element-margin) -1em;
|
|
|
|
li {
|
|
display: inline-block;
|
|
padding: 1em 0 0 1em;
|
|
}
|
|
} |