File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
plugin/assets/css/src/components Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 2929.mdc-button {
3030 -moz-osx-font-smoothing : grayscale;
3131 -webkit-font-smoothing : antialiased;
32- font-family : Roboto, sans-serif;
33-
34- /* @alternate */
3532 font-family : var (--md-sys-typescale-label-large-font , Roboto, sans-serif);
36- font-size : 0.875rem ;
37-
38- /* @alternate */
3933 font-size : var (--md-sys-typescale-label-large-size , 0.875rem );
4034 /* stylelint-disable-next-line declaration-property-unit-allowed-list */
41- line-height : 2.25rem ;
42-
43- /* @alternate */
44- /* stylelint-disable-next-line declaration-property-unit-allowed-list */
4535 line-height : var (--md-sys-typescale-label-large-line-height , 1.25rem );
46- font-weight : 500 ;
47-
48- /* @alternate */
4936 font-weight : var (--md-sys-typescale-label-large-weight , 500 );
50- letter-spacing : 0.0892857143em ;
51-
52- /* @alternate */
5337 letter-spacing : 0.1px ;
54- text-decoration : none;
55-
56- /* @alternate */
5738 -webkit-text-decoration : var (--mdc-typography-button-text-decoration , none);
58- padding : 10 px 8px ;
39+ padding : 8px ;
5940
6041 /* @alternate */
6142 position : relative;
6647 min-width : 64px ;
6748 border : none;
6849 outline : none;
50+ white-space : nowrap;
6951
7052 /* @alternate */
7153 -webkit-user-select : none;
You can’t perform that action at this time.
0 commit comments