/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ @import '../node_modules/antd/lib/style/mixins/typography.less'; // Based on https://www.figma.com/file/4e6BMdm2SuZ1L7FSuOPQVC/Flipper?node-id=238%3A172 // The Typography.Title doesn't have configerable line height // Headline 1 -> Title level 1 @heading-1-size: 24px; @heading-1-line-height: 32px; .typography-title-1() { .typography-title( @heading-1-size, @typography-title-font-weight, @heading-1-line-height, @heading-color, @typography-title-margin-bottom ); margin-top: 0; //