|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
/*
|
|
|
|
|
Copyright 2020, 2021 The Matrix.org Foundation C.I.C.
|
|
|
|
|
Copyright 2020, 2021, 2023 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
@ -18,9 +18,6 @@ limitations under the License.
|
|
|
|
|
Custom SCSS for the Matrix spec
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import "variables_project";
|
|
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
|
|
/* Import the CSS classes for the syntax highlighter.
|
|
|
|
|
*
|
|
|
|
|
* This is generated with:
|
|
|
|
|
@ -516,4 +513,4 @@ dd {
|
|
|
|
|
background-color: rgba($black, 0.05);
|
|
|
|
|
border-radius: 0.25rem; // was $border-radius, but that var isn't accessible here.
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|