KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
themes
/
immersion
/
resources
/
less
/
Nama File / Folder
Size
Action
components
--
NONE
objects
--
NONE
pages
--
NONE
import.less
0.964KB
Hapus
Edit
Rename
page.less
0.738KB
Hapus
Edit
Rename
typography.less
1.85KB
Hapus
Edit
Rename
/** * @file resources/less/page.less * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief General page layout * */ .main__content { margin-bottom: 7.5vh; } .cmp_edit_link { margin-bottom: 24px; } h2 .cmp_edit_link { margin-bottom: 0; font-size: 18px; text-transform: lowercase; font-weight: normal; } .cmp_back_link { margin-top: 20px; margin-bottom: 20px; } .hidden { display: none; } .table .thead-dark th { background-color: @primary-color; border-color: @primary-color; } a.img-wrapper { color: inherit; border-bottom: 0; transition: none; -webkit-transition: none; &:after { display: none; } }