自定义抽屉宽度 Material Design Bootstrap
Customisation of Drawer Width Material Desgin Bootsrap
我发现很难理解以下内容:
在全球范围内,您可以使用以下变量更改 x 与 y 抽屉的大小:
$bmd-抽屉-x-尺寸
$bmd-抽屉-y-尺寸
这是什么意思?我指的是以下Link。
http://rosskevin.github.io/bootstrap-material-design/material-design/drawers/#customization.
All i want to achieve is to increase the Size of the Drawer.
如果我理解正确,您可以使用 $bmd-drawer-x-size
增加左、右(水平)抽屉的大小,使用 $bmd-drawer-y-size
.
增加顶部、底部(垂直)抽屉的大小
您需要编辑 SASS 变量并更新它,或者从不同的文件覆盖它
我发现很难理解以下内容:
在全球范围内,您可以使用以下变量更改 x 与 y 抽屉的大小:
$bmd-抽屉-x-尺寸 $bmd-抽屉-y-尺寸
这是什么意思?我指的是以下Link。 http://rosskevin.github.io/bootstrap-material-design/material-design/drawers/#customization.
All i want to achieve is to increase the Size of the Drawer.
如果我理解正确,您可以使用 $bmd-drawer-x-size
增加左、右(水平)抽屉的大小,使用 $bmd-drawer-y-size
.
您需要编辑 SASS 变量并更新它,或者从不同的文件覆盖它