위젯 배경 부모 요소 무시하고 100% 지정, 배경색 지정
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
@charset "utf-8";
|
||||
|
||||
.fg_icon_menu {box-sizing: border-box; margin: 0px auto; width: 100%; background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;}
|
||||
.fg_icon_menu {
|
||||
background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;}
|
||||
.fg_icon_menu .fg_icon_menu_inner {position: relative; margin: 0px auto;}
|
||||
|
||||
.theme_btns {width:100%; height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;}
|
||||
.theme_btns {height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;}
|
||||
.theme_btns img {border:0px !important;}
|
||||
.theme_btns span:nth-child(2) {margin-left: auto; height:20px;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user