Skip to content
Snippets Groups Projects
Commit 418a6c08 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #23135 [finc] center access icon / cover on (mobile) record view by...

 refs #23135 [finc] center access icon / cover on (mobile) record view by using full view port width
 * add record component
parent 11491d2d
No related merge requests found
// Use this for all record element styles (record view)
// excluding record tabs -> see _record-tabs.scss
// center access icon / cover on (mobile) record view by using full view port width: #23135
.record .media-left,
.record .media-right {
@media (max-width: $screen-xs-max) {
width: revert;
}
}
\ No newline at end of file
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
@import 'components/modal'; @import 'components/modal';
@import 'components/offcanvas'; @import 'components/offcanvas';
@import 'components/pagination'; @import 'components/pagination';
@import 'components/record';
@import 'components/record-tabs'; @import 'components/record-tabs';
@import 'components/resolver-links'; @import 'components/resolver-links';
@import 'components/result-list'; @import 'components/result-list';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment