@@ -69,7 +69,6 @@ With the above configuration composer will do several operations:
6969 in the ` themevanilla/www/resources ` directory, where the static files of the
7070 theme should be placed.
7171
72-
7372### Direct download
7473
7574You can download ` themevanilla.zip ` from the [ release page] ( https://github.com/rciam/simplesamlphp-module-themevanilla/releases ) .
@@ -91,15 +90,16 @@ directories (`js.zip` and `css.zip`) from the [release page](https://github.com/
9190extract them under ` modules/themevanilla/www/resources ` . If you want to produce
9291them, you may read the customisation instructions below.
9392
94- ---
9593
9694## Configuration
9795
9896### Basic usage
97+
9998In order to use this module as theme you need to set in the
10099` config/config.php ` : ` 'theme.use' => 'themevanilla:ssp' `
101100
102101### Using IdP login buttons with icons
102+
103103The theme splits the discopower IdP discovery page into 2 sections.
104104The first section contains all IdPs in a simple list of links, while the second
105105one contains login buttons for a selected subset of the IdPs.
@@ -120,7 +120,6 @@ button can then be specified using the `login_button` configuration as follows:
120120To set style rules for the button, the configured css_classname value must be
121121defined in the ` idps_buttons.scss ` file. See more information bellow.
122122
123- ---
124123
125124## Customization
126125
@@ -142,11 +141,10 @@ By default, the logo has height 60px. See below how you can modify it.
142141If you want to make any changes in the footer you need to modify the template
143142` footer.php ` that is placed in: ` themevanilla/themes/ssp/default/includes/ ` .
144143
145-
146144### CSS
147145
148146To produce the css files for this theme follow these steps:
149- - Install sass: ([ installation guide] ( http://sass-lang.com/install ) )
147+ - Install sass ([ installation guide] ( http://sass-lang.com/install ) )
150148- Go to the directory ` themevanilla/www/resources `
151149- Run the cli sass: ` sass --update sass:css `
152150
@@ -178,13 +176,13 @@ mentioned above.
178176Please, check the help page of the cli tool sass if you want to use more
179177compiling options.
180178
181- ---
182179
183180## About SimpleSAMLphp themes
184181
185182You can read more about themes in a SimpleSAMLphp installation from the
186183[ official documentation] ( https://simplesamlphp.org/docs/stable/simplesamlphp-theming ) .
187184
185+
188186## License
189187
190188Licensed under the Apache 2.0 license, for details see ` LICENSE ` .
0 commit comments