////////////////////////////// // THEME / COMPONENTS / GLOBAL ////////////////////////////// @use "../variables/" as var; .unl-institution-title-ls { letter-spacing: #{var.$ms-12}em; // custom letter-spacing for space after italicized 'of' in institution title } // TODO: replace with clip-path method? .unl-frame-circle { position: relative; } .unl-frame-circle::after { border: 3px solid var.$bg-color-body; // Match body background-color border-radius: var.$circle; content: ''; height: calc(100% - 4px); left: 2px; position: absolute; top: 2px; width: calc(100% - 4px); }